NavigationEventArgs.OldItem 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 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.