NavigationEventArgs Class

 

Provides data for events that are raised when navigation is performed. This class cannot be inherited.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  System.EventArgs
    Microsoft.Web.Management.Client.NavigationEventArgs

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class NavigationEventArgs : EventArgs

NameDescription
System_CAPS_pubpropertyIsNew

Gets a value indicating whether the navigation action is from a new navigation session or an existing navigation session.

System_CAPS_pubpropertyNewItem

Gets the item that is being navigated to.

System_CAPS_pubpropertyOldItem

Gets the item that is being navigated from.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This class provides the information for connection and page navigation in IIS Manager.

The NavigationEventHandler receives an argument of type NavigationEventArgs.

The following example uses the NavigationEventArgs object in an event.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: