Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / HtmlEvent Event

In This Topic
    HtmlEvent Event
    In This Topic
    Occurs when an HTML event occurs in the browser.
    Syntax
    'Declaration
     
    Public Event HtmlEvent As HtmlEventEventHandler
    public event HtmlEventEventHandler HtmlEvent
    Event Data

    The event handler receives an argument of type HtmlEventEventArgs containing data related to this event. The following HtmlEventEventArgs properties provide information specific to this event.

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