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

ClientEvent Constructor (ClientEventNames, String)

Creates and initializes an instance of the ClientEvent class.

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

Syntax

Visual Basic
Public Sub New ( _
        eventName
As ClientEventNames, _
        handlerName
As String _
)
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