Method | Description | |
---|---|---|
InitMessageEvent ( string type, bool canBubble, bool cancelable, object data, string origin, string lastEventId, NHtmlUnit source, object ports ) : void | ||
MessageEvent ( com wrappedObject ) : System | ||
MessageEvent ( object data ) : System |
Method | Description | |
---|---|---|
MessageEvent ( ) : System |
public InitMessageEvent ( string type, bool canBubble, bool cancelable, object data, string origin, string lastEventId, NHtmlUnit source, object ports ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
data | object | |
origin | string | |
lastEventId | string | |
source | NHtmlUnit | |
ports | object | |
return | void |
public MessageEvent ( com wrappedObject ) : System | ||
wrappedObject | com | |
return | System |