alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ActiveWindowChangingEventArgs

    Represents argument for ActiveWindowChanging event inherits from EventArgs

    Inheritance
    System.Object
    ActiveWindowChangingEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ActiveWindowChangingEventArgs : EventArgs

    Constructors

    ActiveWindowChangingEventArgs()

    Declaration
    public ActiveWindowChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether this ActiveWindowChangingEventArgs is cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if cancel; otherwise, false.

    NewValue

    Gets or sets the new value.

    Declaration
    public FrameworkElement NewValue { get; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The new value.

    OldValue

    Gets or sets the old value.

    Declaration
    public FrameworkElement OldValue { get; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The old value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved