ASPxClientFloatingActionButtonActionExpandingEventHandler<Sender> Interface
A method that will handle the ActionExpanding event.
Declaration
interface ASPxClientFloatingActionButtonActionExpandingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonActionExpandingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPxClientFloatingActionButtonActionExpandingEventArgs | An object that contains event data. |