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

BaseClientEvent<T>.HandlerName Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a name of the client-side event handler.

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

Syntax

Visual Basic
Public Property HandlerName As String
C#
public string HandlerName { get; set; }

Property Value

Type: System.String

The name of the client-side event handler.

See Also

Reference