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

Thumbnail.OnClientClick Property

Specifies a list of listeners of the Click client-side event.

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

Syntax

Visual Basic
Public Property OnClientClick As ClientEventList
C#
public ClientEventList OnClientClick { get; set; }

Property Value

A ClientEventList value that specifies a list of Click event listeners.

Remarks

This event fires when this Thumbnail control is clicked.

See Also

Reference