バージョン

FilterCellValueChangedEventArgs コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal filterCell As UltraGridFilterCell, _
   ByVal applyNewFilter As Boolean _
)
public FilterCellValueChangedEventArgs( 
   UltraGridFilterCell filterCell,
   bool applyNewFilter
)

パラメータ

filterCell
値が変更されたUltraGridFilterCell。
applyNewFilter
新しく入力されたフィルターを適用するかどうかを示す値。
参照