NavigationEventArgs Class
Provides data for events that are raised when navigation is performed. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

