GroupChangedEventArgs(RoutedEvent, GroupChangeType) Constructor
Initializes a new instance of the GroupChangedEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The routed event. |
changeType | GroupChangeType | A GroupChangeType enumeration member that specifies how the field group has been changed. This value is assigned to the GroupChangedEventArgs.ChangeType property. |
Remarks
Instances of the GroupChangedEventArgs class are automatically created, initialized and passed to the PivotGridGroup.Changed event handlers. Typically, there is no need to call this constructor directly from your code.
See Also