PivotLayoutAllowEventArgs(RoutedEvent, LayoutAllowEventArgs) Constructor
Initializes a new instance of the PivotLayoutAllowEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
evt | RoutedEvent | The routed event. |
e | LayoutAllowEventArgs | A LayoutAllowEventArgs object used to initialize the PivotLayoutAllowEventArgs instance. |
Remarks
Instances of the PivotLayoutAllowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also