Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / HtmlEventEventHandler Delegate
The source of the event.
A HtmlEventEventArgs that contains the event data.

In This Topic
    HtmlEventEventHandler Delegate
    In This Topic
    Represents the method that will handle the HtmlEvent event of the editor.
    Syntax
    'Declaration
     
    Public Delegate Sub HtmlEventEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As HtmlEventEventArgs _
    ) 
    public delegate void HtmlEventEventHandler( 
       System.object sender,
       HtmlEventEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A HtmlEventEventArgs that contains the event data.
    See Also