Method | Description | |
---|---|---|
InitUIEvent ( string type, bool bubbles, bool cancelable, object view, int detail ) : void | ||
UIEvent ( NHtmlUnit domNode, string type ) : System | ||
UIEvent ( com wrappedObject ) : System |
Method | Description | |
---|---|---|
UIEvent ( ) : System |
public InitUIEvent ( string type, bool bubbles, bool cancelable, object view, int detail ) : void | ||
type | string | |
bubbles | bool | |
cancelable | bool | |
view | object | |
detail | int | |
return | void |
public UIEvent ( NHtmlUnit domNode, string type ) : System | ||
domNode | NHtmlUnit | |
type | string | |
return | System |
public UIEvent ( com wrappedObject ) : System | ||
wrappedObject | com | |
return | System |