ASPxClientVerticalGridRowExpandingEventHandler<Sender> Interface
A method that will handle the ASPxClientVerticalGrid.RowExpandedChanging event.
Declaration
interface ASPxClientVerticalGridRowExpandingEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridRowExpandingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPxClientVerticalGridRowExpandingEventArgs | An ASPxClientVerticalGridRowExpandedEventArgs object that contains event data. |