Share via


NavigationEventArgs.NewItem Property

Definition

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.

Applies to