ClientEvent Constructor (ClientEventNames, String) HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Creates and initializes an instance of the ClientEvent class.

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

Syntax

C#
public ClientEvent(
	ClientEventNames eventName,
	string handlerName
)

Parameters

eventName

Type: Aurigma.ImageUploaderFlash..ClientEventNames

The name of the client-side event.

handlerName

Type: System..String

The name of the client-side event handler.

See Also

Reference