WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentClosingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentClosingEventArgs

    Class defines DocumentClosing Event Args

    Inheritance
    System.Object
    System.EventArgs
    DocumentClosingEventArgs
    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.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class DocumentClosingEventArgs : EventArgs

    Constructors

    DocumentClosingEventArgs()

    Declaration
    public DocumentClosingEventArgs()

    Properties

    Action

    Gets or sets a value to specify the save actions.

    Declaration
    public SaveAction Action { get; set; }
    Property Value
    Type Description
    SaveAction

    HasUnsavedChanges

    Gets a value indicating whehter the file is modified or not.

    Declaration
    public bool HasUnsavedChanges { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved