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

BaseClientEvent<T>.EventName Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

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

Syntax

Visual Basic
Public Property EventName As T
C#
public T EventName { get; set; }

Property Value

Type: [T]

The name of the client-side event.

See Also

Reference