Class MDIWindowStateChangingEventArgs
Provides data for the MDIWindowStateChanging event of the DocumentContainer control.
Inheritance
System.Object
System.EventArgs
MDIWindowStateChangingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
MDIWindowState |
OldState
Gets the old state of MDIWindow in DocumentContainer
Declaration
public MDIWindowState OldState { get; }
Property Value
Type | Description |
---|---|
MDIWindowState |