Property | Type | Description | |
---|---|---|---|
PageTransitionEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void | ||
PageTransitionEvent ( string type ) : System.Runtime.CompilerServices | ||
PageTransitionEvent ( string type, |
Method | Description | |
---|---|---|
PageTransitionEvent ( ) : System.Runtime.CompilerServices |
public InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
persisted | bool | |
return | void |
public PageTransitionEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
return | System.Runtime.CompilerServices |
public PageTransitionEvent ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Runtime.CompilerServices |