PrintingSystemBase.AfterChange Event
Occurs on raising any PrintingSystem event that does not have 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 AfterChange
#Event Data
The AfterChange 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 AfterChange event.
Event | Event |
Info |
Info |
---|---|---|---|
Print |
Brick |
Brick | A Brick class instance representing the event sender. |
Print |
Brick |
Brick | A Brick class instance representing the event sender. |
Print |
Brick |
Brick | A Brick class instance representing the event sender. |
Print |
Brick |
Brick | A Brick class instance representing the event sender. |
For more information on handling events, see Consuming Events in MSDN.
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AfterChange event.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.