FlexPivot for WinForms
SearchApplied イベント (C1FlexGridBase)

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

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

プロパティ解説
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.  
参照