Skip to main content

BrickEventArgs.Args Property

Returns an object storing the event arguments.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public EventArgs Args { get; }

Property Value

Type Description
EventArgs

A EventArgs object, storing the event arguments.

See Also