Class MDIWindowStateChangingEventArgs
Provides data for the MDIWindowStateChanging event of the DocumentContainer control.
Inheritance
System.Object
MDIWindowStateChangingEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class MDIWindowStateChangingEventArgs : EventArgs
Constructors
MDIWindowStateChangingEventArgs()
Declaration
public MDIWindowStateChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the MDIWindowStateChangingEventArgs is cancel or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
NewState
Gets the new state of MDIWindow in DocumentContainer
Declaration
public MDIWindowState NewState { get; }
Property Value
Type |
---|
MDIWindowState |
OldState
Gets the old state of MDIWindow in DocumentContainer
Declaration
public MDIWindowState OldState { get; }
Property Value
Type |
---|
MDIWindowState |