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

ThumbnailClientEventNames Enumeration

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Specifies possible values for the Thumbnail control client-side event names.

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

Syntax

Visual Basic
Public Enumeration ThumbnailClientEventNames
C#
public enum ThumbnailClientEventNames

Members

Member name Description
Click

Click event fires when the Thumbnail control is clicked.

InitComplete

InitComplete event fires when the Thumbnail control is completely created and initialized.

PreRender

PreRender event fires before the writeHtml or getHtml method is executed.

See Also

Reference