ISpecifyReportTemplateOptionsPageView.Changed Event
In This Article
Occurs when any property on the current wizard page changes.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
event PropertyChangedEventHandler Changed
#Event Data
The Changed event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Property |
Gets the name of the property that changed. |
See Also