Class ElementHasCssEventArgs
Event Arguments is used to delegate XML document with CSS data.
Inheritance
System.Object
System.EventArgs
ElementHasCssEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class ElementHasCssEventArgs : EventArgs
Constructors
ElementHasCssEventArgs(XmlDocument, BaseElement)
Initializes a new instance of the ElementHasCssEventArgs class
Declaration
public ElementHasCssEventArgs(XmlDocument document, BaseElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | document | XmlDocument instance |
BaseElement | element | BaseElement instance |
Properties
Element
Gets the HTML Element which contains CSS.
Declaration
public BaseElement Element { get; }
Property Value
Type |
---|
BaseElement |
Empty
Gets an instance of class which is detected as empty / NULL value.
Declaration
public static ElementHasCssEventArgs Empty { get; }
Property Value
Type |
---|
ElementHasCssEventArgs |
XmlStorge
Gets the old value that is replaced by a new one.
Declaration
public XmlDocument XmlStorge { get; }
Property Value
Type |
---|
System.Xml.XmlDocument |