Skip to main content

ASPxClientFloatingActionButtonContextChangingEventHandler<Sender> Interface

A method that will handle the ASPxClientFloatingActionButton.ContextChanging event.

Declaration

interface ASPxClientFloatingActionButtonContextChangingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonContextChangingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientFloatingActionButtonContextChangingEventArgs

A ASPxClientFloatingActionButtonContextChangingEventArgs object that contains event data.

See Also