'Declaration Public Event FilterValueChanged As EventHandler(Of FilterChangedEventArgs)
public event EventHandler<FilterChangedEventArgs> FilterValueChanged
Event Data
The event handler receives an argument of type FilterChangedEventArgs containing data related to this event. The following FilterChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Filter | Gets the filter. |
See Also