Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument4 Interface / fireEvent Method

In This Topic
    fireEvent Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function fireEvent( _
       ByVal bstrEventName As System.String, _
       ByVal pvarEventObject As System.Object _
    ) As System.Boolean
    System.bool fireEvent( 
       System.string bstrEventName,
       System.object pvarEventObject
    )

    Parameters

    bstrEventName
    pvarEventObject
    See Also