Class NavigationEventArgs
Inherited Members
Namespace: DotNetNuke.Modules.NavigationProvider
Assembly: DotNetNuke.dll
Syntax
public class NavigationEventArgs
Constructors
NavigationEventArgs(string, DNNNode)
Declaration
public NavigationEventArgs(string strID, DNNNode objNode)
Parameters
Type | Name | Description |
---|---|---|
string | strID | |
DNNNode | objNode |
Fields
ID
Declaration
public string ID
Field Value
Type | Description |
---|---|
string |
Node
Declaration
public DNNNode Node
Field Value
Type | Description |
---|---|
DNNNode |