Skip to main content

ApplyChangesEventArgs Class

OBSOLETE

The ChartWizard is obsolete now. Use the ChartDesigner instead.

Provides data for a wizard page’s WizardPage.ApplyChanges event.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Obsolete("The ChartWizard is obsolete now. Use the ChartDesigner instead.")]
public class ApplyChangesEventArgs :
    CancelEventArgs

Remarks

The WizardPage.ApplyChanges event occurs when changes made by the user are about to be applied. The ApplyChangesEventArgs class introduces the ApplyChangesEventArgs.Control property, representing a user control embedded into the custom wizard page.

Note that ApplyChangesEventArgs objects are automatically created, initialized and passed to WizardPage.ApplyChanges event handlers.

Inheritance

Object
EventArgs
CancelEventArgs
ApplyChangesEventArgs
See Also