Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / HtmlEventEventArgs Class / HtmlEventEventArgs Constructor
Gets information about an HTML event.
Gets the type of HTML event.

In This Topic
    HtmlEventEventArgs Constructor
    In This Topic
    Initializes a new instance of the HtmlEventEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal htmlEventObj As IHTMLEventObj, _
       ByVal type As HtmlEventTypes _
    )
    public HtmlEventEventArgs( 
       IHTMLEventObj htmlEventObj,
       HtmlEventTypes type
    )

    Parameters

    htmlEventObj
    Gets information about an HTML event.
    type
    Gets the type of HTML event.
    See Also