Initializes a new instance of the ClientEventList class and copies the elements of listeners array to the end of the ClientEventList.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Sub New ( _ listeners As String() _ )
public ClientEventList( string[] listeners )
Type: System..String[]
An array of listeners to add to the end of the ClientEventList.