PrintingSystemBase.BeforeChange Event
In This Article
Occurs on raising any PrintingSystem event that has the “Before” prefix in its name.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public event ChangeEventHandler BeforeChange
#Event Data
The BeforeChange event's data class is ChangeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Event |
Gets the event name that initiated a Change |
The event data class exposes the following methods:
Method | Description |
---|---|
Add |
Initializes a new instance of the DevExpress. |
Value |
Returns an object, containing information about the event with the specified name. |
#Remarks
The following events can be passed as a parameter with the BeforeChange event.
Event | Event |
Info |
Info |
---|---|---|---|
Printing |
Before |
Side | A string representing a margin side or “All” for all margin sides. |
For more information on handling events, see Consuming Events in MSDN.
#Implements
See Also