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

ImageUploader.OnClientSelectionChange Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires when the user changes a selection either by mouse, Select All, or Deselect All buttons.

See Also

Reference