Class Wizard.WizardStep.TitleEventArgs
public class Wizard.WizardStep.TitleEventArgs : EventArgs
- Inheritance
-
Wizard.WizardStep.TitleEventArgs
- Inherited Members
Constructors
- TitleEventArgs(ustring, ustring)
Initializes a new instance of Wizard.WizardStep.TitleEventArgs
Properties
- Cancel
Flag which allows cancelling the Title change.
- NewTitle
The new Window Title.
- OldTitle
The old Window Title.