Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / EventReceiverHTMLDocument Class / Add Method
element to add

In This Topic
    Add Method (EventReceiverHTMLDocument)
    In This Topic
    Adds new element for receiving events and conects to its events
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal element As IHTMLElement _
    ) 
    public void Add( 
       IHTMLElement element
    )

    Parameters

    element
    element to add
    See Also