| C1.UWP Assembly > C1.Xaml Namespace > C1TreeView Class : AutoSearchBufferChanged Event |
'Declaration Public Event AutoSearchBufferChanged As System.EventHandler(Of AutoSearchBufferChangedEventArgs)
public event System.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. |