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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
Close(System.Func)
Defines the handler of the Close client-side event. Triggered when the pane is closed.
For more information see Close event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
Dock(System.Func)
Defines the handler of the Dock client-side event. Triggered when a pane is docked.
For more information see Dock event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
Drag(System.Func)
Defines the handler of the Drag client-side event. Triggered when a pane is dragged.
For more information see Drag event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
DragEnd(System.Func)
Defines the handler of the DragEnd client-side event. Triggered when a pane drag ends.
For more information see DragEnd event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
DragStart(System.Func)
Defines the handler of the DragStart client-side event. Triggered when item drag starts.
For more information see DragStart event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
InnerDock(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
Pin(System.Func)
Defines the handler of the Pin client-side event. Triggered when a pane is pinned.
For more information see Pin event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
Resize(System.Func)
Defines the handler of the Resize client-side event. Triggered when a pane is resized.
For more information see Resize event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .
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.
RETURNS
Returns the current instance of DockManagerEventBuilder .
Unpin(System.Func)
Defines the handler of the Unpin client-side event. Triggered when a pane is unpinned.
For more information see Unpin event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of DockManagerEventBuilder .