Skip to main content

CreateAreaEventArgs(Int32) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#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