FlexPivot for WinForms
SearchApplying イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : SearchApplying イベント
Fires before the search operation. The event fires when using the ApplySearch(String,Boolean,Boolean,Boolean,Boolean) method.
シンタックス
'宣言
 
Public Event SearchApplying As System.EventHandler(Of SearchApplyingEventArgs)
public event System.EventHandler<SearchApplyingEventArgs> SearchApplying
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、SearchApplyingEventArgs 型の引数を受け取りました。次の SearchApplyingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Gets whether the search results are filtered.  
Gets whether the search results are highlighted.  
Gets whether to search only in visible columns.  
Gets whether to search only in visible rows.  
Gets the words to search.  
参照