Skip to main content

ASPxClientVerticalGridRowExpandingEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientVerticalGrid.RowExpandedChanging event.

#Declaration

TypeScript
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.