Version

DataSourceRowExpansionChangedEventArgs Class Members

The following tables list the members exposed by DataSourceRowExpansionChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataSourceRowExpansionChangedEventArgs ConstructorConstructs a DataSourceRowExpansionChangedEventArgs.  
Public Properties
 NameDescription
Public PropertyNewStateThe new state of the row. True is expanded, False is collapsed.  
Public PropertyOldStateThe previous state of the row. True is expanded, False is collapsed.  
Public PropertyRowIndexThe index of the row being expanded or collapsed.  
See Also