WPF

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

    Show / Hide Table of Contents

    Class WindowClosingEventArgs

    Inheritance
    System.Object
    System.EventArgs
    WindowClosingEventArgs
    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 WindowClosingEventArgs : EventArgs

    Constructors

    WindowClosingEventArgs()

    Declaration
    public WindowClosingEventArgs()

    Properties

    Cancel

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

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

    true if cancel; otherwise, false.

    TargetItem

    Gets or sets the target item.

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

    The target item.

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