Class NavigationEventArgs
Inheritance
System.Object
NavigationEventArgs
Namespace: DotNetNuke.Modules.NavigationProvider
Assembly: DotNetNuke.dll
Syntax
public class NavigationEventArgs : object
Constructors
| Improve this Doc View SourceNavigationEventArgs(String, DNNNode)
Initializes a new instance of the NavigationEventArgs class.
Declaration
public NavigationEventArgs(string strID, DNNNode objNode)
Parameters
Type | Name | Description |
---|---|---|
System.String | strID | |
DNNNode | objNode |
Fields
| Improve this Doc View SourceID
Declaration
public string ID
Field Value
Type | Description |
---|---|
System.String |
Node
Declaration
public DNNNode Node
Field Value
Type | Description |
---|---|
DNNNode |