Show / Hide Table of Contents

Delegate NavigationProvider.NodeClickEventHandler

Namespace: DotNetNuke.Modules.NavigationProvider
Assembly: DotNetNuke.dll
Syntax
public delegate void NavigationProvider.NodeClickEventHandler(NavigationEventArgs args)
Parameters
Type Name Description
NavigationEventArgs args

Constructors

NodeClickEventHandler(object, IntPtr)

Declaration
public NodeClickEventHandler(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(NavigationEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(NavigationEventArgs args, AsyncCallback callback, object @object)
Parameters
Type Name Description
NavigationEventArgs args
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(NavigationEventArgs)

Declaration
public virtual void Invoke(NavigationEventArgs args)
Parameters
Type Name Description
NavigationEventArgs args

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS