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