Show / Hide Table of Contents

Delegate NavigationProvider.PopulateOnDemandEventHandler

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

Constructors

PopulateOnDemandEventHandler(object, IntPtr)

Declaration
public PopulateOnDemandEventHandler(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