Skip to main content

CreateAreaEventArgs(Int32) Constructor

Initializes a new instance of the CreateAreaEventArgs class with the specified detail index.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public CreateAreaEventArgs(
    int detailIndex
)

Parameters

Name Type Description
detailIndex Int32

An integer value which specifies the detail index for the event. This value is assigned to the CreateAreaEventArgs.DetailIndex property.

See Also