Skip to main content

BrickEventArgsBase Class

Represents the base for all classes that provide data for the brick-related events.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class BrickEventArgsBase :
    EventArgs

Remarks

The BrickEventArgsBase class introduces the BrickEventArgsBase.Brick property, which returns a brick for which an event has been raised.

Inheritance

See Also