WebUINavigatedEventArgs
WebUINavigatedEventArgs
WebUINavigatedEventArgs
WebUINavigatedEventArgs
Class
Definition
Provides data for an app navigation event.
public : sealed class WebUINavigatedEventArgs : IWebUINavigatedEventArgspublic sealed class WebUINavigatedEventArgs : IWebUINavigatedEventArgsPublic NotInheritable Class WebUINavigatedEventArgs Implements IWebUINavigatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Note
: This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX)
.
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.