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 |
|
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. |