Skip to main content
A newer version of this page is available. .

GroupChangedEventArgs(RoutedEvent, GroupChangeType) Constructor

Initializes a new instance of the GroupChangedEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public GroupChangedEventArgs(
    RoutedEvent routedEvent,
    GroupChangeType changeType
)

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