Property | Type | Description | |
---|---|---|---|
CloseEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
CloseEvent ( string type ) : System.Runtime.CompilerServices | ||
CloseEvent ( string type, |
||
InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void |
Method | Description | |
---|---|---|
CloseEvent ( ) : System.Runtime.CompilerServices |
public CloseEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
return | System.Runtime.CompilerServices |
public CloseEvent ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Runtime.CompilerServices |
public InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
wasClean | bool | |
code | ushort | |
reason | string | |
return | void |