DockManagerEventBuilder

Methods

Close(System.String)

Defines the handler of the Close client-side event. Triggered when the pane is closed.

For more information see Close event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the Close event.

Dock(System.String)

Defines the handler of the Dock client-side event. Triggered when a pane is docked.

For more information see Dock event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the Dock event.

Drag(System.String)

Defines the handler of the Drag client-side event. Triggered when a pane is dragged.

For more information see Drag event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the Drag event.

DragEnd(System.String)

Defines the handler of the DragEnd client-side event. Triggered when a pane drag ends.

For more information see DragEnd event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the DragEnd event.

DragStart(System.String)

Defines the handler of the DragStart client-side event. Triggered when item drag starts.

For more information see DragStart event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the DragStart event.

InnerDock(System.String)

Defines the handler of the InnerDock client-side event. Triggered when a pane is docked in the current pane.

For more information see InnerDock event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the InnerDock event.

Pin(System.String)

Defines the handler of the Pin client-side event. Triggered when a pane is pinned.

For more information see Pin event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the Pin event.

Resize(System.String)

Defines the handler of the Resize client-side event. Triggered when a pane is resized.

For more information see Resize event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the Resize event.

Unpin(System.String)

Defines the handler of the Unpin client-side event. Triggered when a pane is unpinned.

For more information see Unpin event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the Unpin event.