New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Telerik.Web.UI.FloatingActionButtonClientEvents

Defines the client events handlers.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.FloatingActionButtonClientEvents : IDefaultCheck

Properties

OnClick 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.

OnCollapse String

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

OnExpand String

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

OnInitialize String

Fired when the FloatingActionButton control is initialized.

OnLoad String

Fired when the FloatingActionButton control is loaded on the page.