WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ElementHasCssEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ElementHasCssEventArgs

    Event Arguments is used to delegate XML document with CSS data.

    Inheritance
    System.Object
    System.EventArgs
    ElementHasCssEventArgs
    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: 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 Description
    BaseElement

    Empty

    Gets an instance of class which is detected as empty / NULL value.

    Declaration
    public static ElementHasCssEventArgs Empty { get; }
    Property Value
    Type Description
    ElementHasCssEventArgs

    XmlStorge

    Gets the old value that is replaced by a new one.

    Declaration
    public XmlDocument XmlStorge { get; }
    Property Value
    Type Description
    System.Xml.XmlDocument
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved