Search Results for

    Show / Hide Table of Contents

    Class WindowSaveEventArg

    Inheritance
    System.Object
    WindowSaveEventArg
    Inherited Members
    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: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class WindowSaveEventArg

    Constructors

    | Improve this Doc View Source

    WindowSaveEventArg()

    Declaration
    public WindowSaveEventArg()

    Properties

    | Improve this Doc View Source

    IsNew

    Declaration
    public bool IsNew { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSaved

    Declaration
    public bool IsSaved { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Tasks

    Declaration
    public IList<Task> Tasks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Threading.Tasks.Task>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx