ASPxClientFloatingActionButtonActionCollapsingEventHandler<Sender> Interface
In This Article
A method that will handle the ActionCollapsing event.
#Declaration
TypeScript
interface ASPxClientFloatingActionButtonActionCollapsingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonActionCollapsingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
An object that contains event data. |