This documentation is for the old version. Go to the latest Upload Suite docs

ThumbnailClientEvent Constructor (ThumbnailClientEventNames, String)

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Creates and initializes an instance of the ThumbnailClientEvent class.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Sub New ( _
	eventName As ThumbnailClientEventNames, _
	handlerName As String _
)
C#
public ThumbnailClientEvent(
	ThumbnailClientEventNames eventName,
	string handlerName
)

Parameters

eventName

Type: Aurigma.ImageUploader.ThumbnailClientEventNames

The name of the client-side event.

handlerName

Type: System.String

The name of the client-side event handler.

See Also

Reference