Search Results for

    Show / Hide Table of Contents

    Class UrlDropEventArgs

    Defines the event args for UrlDrop event.

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

    Constructors

    UrlDropEventArgs()

    Initializes a new instance of the UrlDropEventArgs class.

    Declaration
    public UrlDropEventArgs()

    Properties

    DroppedElement

    Gets or sets the dropped element.

    Declaration
    public XmlElement DroppedElement { get; set; }
    Property Value
    Type Description
    System.Xml.XmlElement

    The dropped element.

    Handled

    Gets or sets a value indicating whether this UrlDropEventArgs is handled.

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

    true if handled; otherwise, false.

    Urn

    Gets or sets the urn.

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

    The urn.

    XomRoot

    Gets or sets the xom root.

    Declaration
    public XmlNode XomRoot { get; set; }
    Property Value
    Type Description
    System.Xml.XmlNode

    The xom root.

    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.