The event handler receives an argument of type ExpandEventArgs containing data related to this event. The following ExpandEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Expand | Gets whether the row is going to be expanded. |
Row | Gets the row to expand or collapse. |
View | Gets the view that contains the row to be expanded or collapsed. |