Version

AfterRowFilterChangedEventArgs Class Members

The following tables list the members exposed by AfterRowFilterChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterRowFilterChangedEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyColumnReturns the column for which the filters changed.  
Public PropertyNewColumnFilterReturns the new column filter conditions.  
Public PropertyRowsReturns the RowsCollection to which the column filter will be applied. This property returns null if the filter is being applied to a child RowsCollection and the RowFilterMode is AllRowsInBand.  
See Also