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

FloatingActionButtonEventBuilder

Methods

Click(System.String)

Fires when the user clicks on a the FloatingActionButton.**Note: when using items configuration, clicking on the FloatingActionButton will open the speed-dial list popup.

For more information see Click event.

Parameters

handler - System.String

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

Click(System.Func)

Fires when the user clicks on a the FloatingActionButton.**Note: when using items configuration, clicking on the FloatingActionButton will open the speed-dial list popup.

For more information see Click event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Collapse(System.String)

Fires when the speed-dial popup is closed and its animation is finished.**Note: this event is triggered only when using items configuration.

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)

Fires when the speed-dial popup is closed and its animation is finished.**Note: this event is triggered only when using items configuration.

For more information see Collapse event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Expand(System.String)

Fires when the speed-dial popup is opened and its animation is finished.**Note: this event is triggered only when using items configuration.

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)

Fires when the speed-dial popup is opened and its animation is finished.**Note: this event is triggered only when using items configuration.

For more information see Expand event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?