'Declaration Public Event ValueChanged As EventHandler(Of ValueChangedEventArgs)
public event EventHandler<ValueChangedEventArgs> ValueChanged
Event Data
The event handler receives an argument of type ValueChangedEventArgs containing data related to this event. The following ValueChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ApplyFilter | Gets or sets a value indicating whether the filter should be automatically applied. |
See Also