Skip to main content
A newer version of this page is available. .

ASPxClientFloatingActionButtonActionCollapsingEventHandler<Sender> Interface

A method that will handle the ActionCollapsing event.

Declaration

interface ASPxClientFloatingActionButtonActionCollapsingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonActionCollapsingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientFloatingActionButtonActionCollapsingEventArgs

An object that contains event data.