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

ImageUploader.OnClientSortModeChange Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires when sort mode is changed in the folder or upload pane.

See Also

Reference