SpecifyReportTemplateOptionsPage.Changed Event
Occurs when any property on the current wizard page changes.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Event Data
The Changed event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
PropertyName | Gets the name of the property that changed. |
See Also