PivotFieldFilterChangingEventArgs Constructors
Provides data for the PivotGridControl.FieldFilterChanging event.Name | Parameters | Description |
---|---|---|
PivotFieldFilterChangingEventArgs(RoutedEvent, PivotGridField, FieldFilterType, IList<Object>) | routedEvent, field, filterType, values | Initializes a new instance of the PivotFieldFilterChangingEventArgs class. |
See Also