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.

RETURNS

Returns the current instance of DockManagerEventBuilder .

Close(System.Func)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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 .