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

ExpansionPanelEventBuilder

Methods

Expand(System.String)

Fired when the widget is expanded.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Expand event.

Parameters

handler - System.String

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

Expand(System.Func)

Fired when the widget is expanded.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Expand event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Collapse(System.String)

Fired when the widget is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Collapse event.

Parameters

handler - System.String

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

Collapse(System.Func)

Fired when the widget is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Collapse event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Complete(System.String)

Fired when the animation during collapse/expand is completed.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Complete event.

Parameters

handler - System.String

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

Complete(System.Func)

Fired when the animation during collapse/expand is completed.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Complete event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?