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

BaseClientEvent<T>.HandlerName Property

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

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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