DockManagerEventBuilder
Methods
Close(System.String)
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)
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)
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)
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)
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)
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)
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)
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)
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.