IWebUINavigatedEventArgs
IWebUINavigatedEventArgs
IWebUINavigatedEventArgs
IWebUINavigatedEventArgs
Interface
Definition
Provides data for an app navigation event.
public : interface IWebUINavigatedEventArgspublic interface IWebUINavigatedEventArgsPublic Interface IWebUINavigatedEventArgs// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
NavigatedOperation NavigatedOperation NavigatedOperation NavigatedOperation
Gets the app navigation operation.
public : WebUINavigatedOperation NavigatedOperation { get; }public WebUINavigatedOperation NavigatedOperation { get; }Public ReadOnly Property NavigatedOperation As WebUINavigatedOperation// You can use this property in JavaScript.
- Value
- WebUINavigatedOperation WebUINavigatedOperation WebUINavigatedOperation WebUINavigatedOperation
The app navigation operation.