NavigationEventArgs.OldItem Property

Definition

Gets the item that is being navigated from.

public:
 property Microsoft::Web::Management::Client::NavigationItem ^ OldItem { Microsoft::Web::Management::Client::NavigationItem ^ get(); };
public Microsoft.Web.Management.Client.NavigationItem OldItem { get; }
member this.OldItem : Microsoft.Web.Management.Client.NavigationItem
Public ReadOnly Property OldItem As NavigationItem

Property Value

The old navigation item.

Remarks

This property represents the navigation item that is being departed from.

Applies to