BaseClientEvent<T> Constructor (T, String) ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Creates and initializes an instance of the BaseClientEvent<<'T>> class.

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

Syntax

C#
public BaseClientEvent(
        T eventName
,
       
string handlerName
)

Parameters

eventName

Type: T

The name of the client-side event.

handlerName

Type: System..String

The name of the client-side event handler.

See Also

Reference