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