Creates and initializes an instance of the ClientEvent class.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Sub New ( _
eventName As ClientEventNames, _
handlerName As String _
)
public ClientEvent(
ClientEventNames eventName,
string handlerName
)
Type: Aurigma.ImageUploaderFlash.ClientEventNames
The name of the client-side event.
Type: System.String
The name of the client-side event handler.