NavigationEventArgs(NavigationItem, NavigationItem, Boolean) Constructor
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.
public:
NavigationEventArgs(Microsoft::Web::Management::Client::NavigationItem ^ newItem, Microsoft::Web::Management::Client::NavigationItem ^ oldItem, bool isNew);
public NavigationEventArgs (Microsoft.Web.Management.Client.NavigationItem newItem, Microsoft.Web.Management.Client.NavigationItem oldItem, bool isNew);
new Microsoft.Web.Management.Client.NavigationEventArgs : Microsoft.Web.Management.Client.NavigationItem * Microsoft.Web.Management.Client.NavigationItem * bool -> Microsoft.Web.Management.Client.NavigationEventArgs
Public Sub New (newItem As NavigationItem, oldItem As NavigationItem, isNew As Boolean)
Parameters
- newItem
- NavigationItem
- oldItem
- NavigationItem
- isNew
- Boolean