ComponentOne Basic Library for UWP
AutoSearchBufferChanged Event

C1.UWP Assembly > C1.Xaml Namespace > C1TreeView Class : AutoSearchBufferChanged Event
Occurs when search text is changed.
Syntax
'Declaration
 
Public Event AutoSearchBufferChanged As System.EventHandler(Of AutoSearchBufferChangedEventArgs)
public event System.EventHandler<AutoSearchBufferChangedEventArgs> AutoSearchBufferChanged
Event Data

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.

PropertyDescription
The collection of indexes.  
Get the value of searching buffer.  
See Also