menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActiveDocumentChangingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ActiveDocumentChangingEventArgs

    Represents agument for ActiveDocumentChanging event

    Inheritance
    System.Object
    System.EventArgs
    ActiveDocumentChangingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ActiveDocumentChangingEventArgs : EventArgs

    Constructors

    ActiveDocumentChangingEventArgs()

    Declaration
    public ActiveDocumentChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether this ActiveDocumentChangingEventArgs 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 - 2025 Syncfusion Inc. All Rights Reserved