ComponentOne for WinUI 製品ヘルプ
SearchAction イベント

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewerPane クラス : SearchAction イベント
Occurs when the user presses Ctrl-F, F3 or Shift-F3 keys.
シンタックス
'宣言
 
Public Event SearchAction As System.EventHandler(Of SearchActionEventArgs)
public event System.EventHandler<SearchActionEventArgs> SearchAction
イベント データ

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

プロパティ解説
Gets a value indicating which action has occurred.  
Gets or sets whether the event has been processed.  
参照