Skip to main content

ASPxClientFloatingActionButtonActionCollapsingEventHandler<Sender> Interface

In This Article

A method that will handle the ActionCollapsing event.

#Declaration

TypeScript
interface ASPxClientFloatingActionButtonActionCollapsingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonActionCollapsingEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source.

e ASPxClientFloatingActionButtonActionCollapsingEventArgs

An object that contains event data.