NavigationEventArgs.NewItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the item that is being navigated to.
public:
property Microsoft::Web::Management::Client::NavigationItem ^ NewItem { Microsoft::Web::Management::Client::NavigationItem ^ get(); };
public Microsoft.Web.Management.Client.NavigationItem NewItem { get; }
member this.NewItem : Microsoft.Web.Management.Client.NavigationItem
Public ReadOnly Property NewItem As NavigationItem
Property Value
The new navigation item.
Remarks
This property represents the target of the navigation.