Property | Type | Description | |
---|---|---|---|
Event | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
Event ( string type ) : System.Runtime.CompilerServices | ||
Event ( string type, |
||
GetPreventDefault ( ) : bool | ||
InitEvent ( string type, bool bubbles, bool cancelable ) : void | ||
PreventDefault ( ) : void | ||
StopImmediatePropagation ( ) : void | ||
StopPropagation ( ) : void |
Method | Description | |
---|---|---|
Event ( ) : System.Runtime.CompilerServices |
public Event ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
return | System.Runtime.CompilerServices |
public Event ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Runtime.CompilerServices |
public InitEvent ( string type, bool bubbles, bool cancelable ) : void | ||
type | string | |
bubbles | bool | |
cancelable | bool | |
return | void |