Property | Type | Description | |
---|---|---|---|
m_IsCOnnected | bool | ||
m_dispIds | int[] | ||
m_guid | System.Guid |
Method | Description | |
---|---|---|
ConnectToHtmlEvents ( object elem ) : bool | ||
DisconnectHtmlEvents ( ) : bool | ||
HTMLWindowEvents2 ( IHTMLEventObj pEvtObj ) : void | ||
HTMLWindowEvents2 ( string description, string url, long line ) : void | ||
InitHTMLEvents ( IHTMLEventCallBack EventCallBack, int EventsDispIds, System.Guid guid ) : void |
Method | Description | |
---|---|---|
Invoke_Handler ( int id, IHTMLEventObj pEvt ) : void |
public ConnectToHtmlEvents ( object elem ) : bool | ||
elem | object | |
return | bool |
public HTMLWindowEvents2 ( IHTMLEventObj pEvtObj ) : void | ||
pEvtObj | IHTMLEventObj | |
return | void |
public HTMLWindowEvents2 ( string description, string url, long line ) : void | ||
description | string | |
url | string | |
line | long | |
return | void |
public InitHTMLEvents ( IHTMLEventCallBack EventCallBack, int EventsDispIds, System.Guid guid ) : void | ||
EventCallBack | IHTMLEventCallBack | |
EventsDispIds | int | |
guid | System.Guid | |
return | void |