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

ImageUploader.OnClientViewChange Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires when the view mode of folder or upload pane is changed.

See Also

Reference