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

ApplyChangesEventArgs Class

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

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

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