'Declaration
Public Event FilterAutoGenerating As EventHandler(Of FilterAutoGeneratingEventArgs)
public event EventHandler<FilterAutoGeneratingEventArgs> FilterAutoGenerating
Event Data
The event handler receives an argument of type FilterAutoGeneratingEventArgs containing data related to this event. The following FilterAutoGeneratingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Filter | Gets or sets the filter. |
Property | Gets the data item property to which the filter applies. |
See Also