Back to Devexpress

ASPxClientFloatingActionButtonActionExpandingEventHandler<Sender> Interface

aspnet-js-aspxclientfloatingactionbuttonactionexpandingeventhandler-1.md

latest668 B
Original Source

ASPxClientFloatingActionButtonActionExpandingEventHandler<Sender> Interface

A method that will handle the ActionExpanding event.

Declaration

ts
interface ASPxClientFloatingActionButtonActionExpandingEventHandler<Sender> { (source: Sender, e: ASPxClientFloatingActionButtonActionExpandingEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event source.

| | e | ASPxClientFloatingActionButtonActionExpandingEventArgs |

An object that contains event data.

|