C1.WPF Namespace > C1TreeView Class : AutoSearchBufferChanged Event |
'Declaration
Public Event AutoSearchBufferChanged As EventHandler(Of AutoSearchBufferChangedEventArgs)
'Usage
Dim instance As C1TreeView Dim handler As EventHandler(Of AutoSearchBufferChangedEventArgs) AddHandler instance.AutoSearchBufferChanged, handler
public event EventHandler<AutoSearchBufferChangedEventArgs> AutoSearchBufferChanged
public: event EventHandler<AutoSearchBufferChangedEventArgs^>^ AutoSearchBufferChanged
The event handler receives an argument of type AutoSearchBufferChangedEventArgs containing data related to this event. The following AutoSearchBufferChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Indexes | The collection of indexes. |
SearchBuffer | Get the value of searching buffer. |
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