ASPxClientFloatingActionButtonContextChangingEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientFloatingActionButton.ContextChanging event.
#Declaration
TypeScript
interface ASPxClientFloatingActionButtonContextChangingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonContextChangingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
A ASPx |
See Also