Basic Library for UWP/WinRT XAML
AutoSearchBufferChanged イベント

検索テキストが変更されたときに発生します。
構文
'宣言
 
Public Event AutoSearchBufferChanged As System.EventHandler(Of AutoSearchBufferChangedEventArgs)
public event System.EventHandler<AutoSearchBufferChangedEventArgs> AutoSearchBufferChanged
イベント データ

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

プロパティ解説
Indexesインデックスのコレクション。  
SearchBuffer検索バッファの値を取得します。  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1TreeView クラス
C1TreeView メンバ

Send Feedback