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

ImageUploader.OnClientPaneResize Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires when the user moves splitters or resizes panes anyhow else.

See Also

Reference