Skip to main content

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 ASPxClientFloatingActionButtonContextChangingEventArgs

A ASPxClientFloatingActionButtonContextChangingEventArgs object that contains event data.

See Also