Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / AutoSearchBufferChanged Event

In This Topic
    AutoSearchBufferChanged Event
    In This Topic
    Occurs when search text is changed.
    Syntax
    'Declaration
     
    
    Public Event AutoSearchBufferChanged As EventHandler(Of AutoSearchBufferChangedEventArgs)
    public event 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