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