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.v24.2.Wizard.dll
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