Property | Type | Description | |
---|---|---|---|
CustomEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
CustomEvent ( string type ) : System.Runtime.CompilerServices | ||
CustomEvent ( string type, |
||
InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void |
Method | Description | |
---|---|---|
CustomEvent ( ) : System.Runtime.CompilerServices |
public CustomEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
return | System.Runtime.CompilerServices |
public CustomEvent ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Runtime.CompilerServices |
public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
detail | object | |
return | void |