'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.
Property | Description |
---|---|
Indexes | The collection of indexes. |
SearchBuffer | Get the value of searching buffer. |
See Also