Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
DataSourceRowExpansionChangedEventArgs Class Members
The following tables list the members exposed by DataSourceRowExpansionChangedEventArgs.
Public Properties
| Name | Description |
| NewState | The new state of the row. True is expanded, False is collapsed. |
| OldState | The previous state of the row. True is expanded, False is collapsed. |
| RowIndex | The index of the row being expanded or collapsed. |
See Also