Event args for deep link events. More...
Inherits EventArgs.
Public Member Functions | |
| DeepLinkEventArgs (string deepLink) | |
| Initializes a new instance of the DeepLinkEventArgs class. | |
Properties | |
| string | DeepLink [get] |
| Gets the deep link. | |
Event args for deep link events.
|
inline |
Initializes a new instance of the DeepLinkEventArgs class.
| deepLink | The deep link. |
|
get |
Gets the deep link.