Skip to main content
A newer version of this page is available. .

BrickEventArgsBase Class

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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