New to Telerik UI for ASP.NET Core? Download free 30-day trial

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.

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.

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.

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.

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.

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.

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.

DragEnd(System.Func)

For more information see DragEnd event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

In this article
Not finding the help you need?