Skip to main content

PivotLayoutAllowEventArgs(RoutedEvent, LayoutAllowEventArgs) Constructor

Initializes a new instance of the PivotLayoutAllowEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotLayoutAllowEventArgs(
    RoutedEvent evt,
    LayoutAllowEventArgs e
)

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