A newer version of this page is available.
Switch to the current version.
ChangeEventArgs.EventName Property
Gets the event name that initiated a ChangeEvent.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | The event name that initiated a ChangeEvent. |
Remarks
The event which initiated the PrintingSystemBase.BeforeChange or the PrintingSystemBase.AfterChange event passes its name as the ChangeEventArgs.EventName property.
See Also
Feedback