Skip to main content

GroupChangedEventArgs(RoutedEvent, GroupChangeType) Constructor

Initializes a new instance of the GroupChangedEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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