Skip to main content

ASPxClientVerticalGridRowExpandedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientVerticalGrid.RowExpandedChanged event.

#Declaration

TypeScript
interface ASPxClientVerticalGridRowExpandedEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridRowExpandedEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source.

e ASPxClientVerticalGridRowExpandedEventArgs

An ASPxClientVerticalGridRowExpandedEventArgs object that contains event data.