WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MDIWindowStateChangingEventArgs

    Show / Hide Table of Contents

    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

    true if cancel; otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved