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