Version

BeforeRowFilterChangedEventArgs Class Members

The following tables list the members exposed by BeforeRowFilterChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeRowFilterChangedEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyNewColumnFilterChanged column filter conditions.  
Public PropertyProcessModeThe process mode for the filter  
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