Property | Type | Description | |
---|---|---|---|
eventType | string |
Method | Description | |
---|---|---|
Event ( ) : System | ||
Event ( string eventType, bool bubbles, bool cancelable ) : System | ||
Event ( string namespaceUri, string eventType, bool bubbles, bool cancelable ) : System | ||
InitEvent ( string eventType, bool bubbles, bool cancelable ) : void | ||
InitEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable ) : void | ||
PreventDefault ( ) : void | ||
StopImmediatePropagation ( ) : void | ||
StopPropagation ( ) : void |
public Event ( string eventType, bool bubbles, bool cancelable ) : System | ||
eventType | string | |
bubbles | bool | |
cancelable | bool | |
return | System |
public Event ( string namespaceUri, string eventType, bool bubbles, bool cancelable ) : System | ||
namespaceUri | string | |
eventType | string | |
bubbles | bool | |
cancelable | bool | |
return | System |
public InitEvent ( string eventType, bool bubbles, bool cancelable ) : void | ||
eventType | string | |
bubbles | bool | |
cancelable | bool | |
return | void |
public InitEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable ) : void | ||
namespaceUri | string | |
eventType | string | |
bubbles | bool | |
cancelable | bool | |
return | void |