Search Results for

    Show / Hide Table of Contents

    Class SaveOptionsUpdateEventArgs

    Represents SaveOptionsUpdate event arguments.

    Inheritance
    System.Object
    System.EventArgs
    SaveOptionsUpdateEventArgs
    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: Quark.CMSAdapters.QPP.Data
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class SaveOptionsUpdateEventArgs : EventArgs

    Constructors

    SaveOptionsUpdateEventArgs(SaveOptions, String)

    Initializes a new instance of the SaveOptionsUpdateEventArgs class.

    Declaration
    public SaveOptionsUpdateEventArgs(SaveOptions saveOptions, string urn)
    Parameters
    Type Name Description
    SaveOptions saveOptions

    The save options.

    System.String urn

    The urn.

    Properties

    Cancel

    Gets or sets a value to cancel this event.

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

    true if cancelled; otherwise, false.

    SaveOptions

    Gets the save options.

    Declaration
    public SaveOptions SaveOptions { get; }
    Property Value
    Type Description
    SaveOptions

    The save options.

    Urn

    Gets the urn.

    Declaration
    public string Urn { get; }
    Property Value
    Type Description
    System.String

    The urn.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.