PivotBrushChangedEventArgs(RoutedEvent, Object, PivotBrushType) Constructor
Initializes a new instance of the PivotBrushChangedEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
public PivotBrushChangedEventArgs(
RoutedEvent evt,
object source,
PivotBrushType changedType
)
Parameters
Name | Type | Description |
---|---|---|
evt | RoutedEvent | The routed event. |
source | Object | The event source. |
changedType | PivotBrushType | A PivotBrushType enumeration member that specifies which brush has been changed. This value is assigned to the PivotBrushChangedEventArgs.BrushType property. |
Remarks
Instances of the PivotBrushChangedEventArgs class are automatically created, initialized and passed to the PivotGridControl.BrushChanged event handlers. Typically, you have no need to call this constructor directly from your code.
See Also