Skip to main content

PivotBrushChangedEventArgs(RoutedEvent, Object, PivotBrushType) Constructor

In This Article

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotBrushChangedEventArgs(
    RoutedEvent evt,
    object source,
    PivotBrushType changedType
)

#Parameters

Name Type
evt RoutedEvent
source Object
changedType PivotBrushType
See Also