Infragistics(R) NetAdvantage(R) Windows Forms
OnFilterCellValueChanged Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridBase Class : OnFilterCellValueChanged Method

e
An System.EventArgs that contains the event data.
OnFilterCellValueChanged is called when the user modifies a cell in a filter row. This method fires the FilterCellValueChanged event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnFilterCellValueChanged( _
   ByVal e As FilterCellValueChangedEventArgs _
) 
C# 
protected virtual void OnFilterCellValueChanged( 
   FilterCellValueChangedEventArgs e
)

Parameters

e
An System.EventArgs that contains the event data.

See Also