alexa
menu

WPF

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

    Show / Hide Table of Contents

    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

    true if cancel; otherwise, false.

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