Skip to main content
A newer version of this page is available. .

SpecifyReportTemplateOptionsPageView.Changed Event

Occurs when any property on the current wizard page changes.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event PropertyChangedEventHandler Changed

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.

Implements

See Also