Skip to main content
A newer version of this page is available. .

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