Show / Hide Table of Contents

Delegate DualListBoxEventHandler

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public delegate void DualListBoxEventHandler(object sender, DualListBoxEventArgs e)
Parameters
Type Name Description
object sender
DualListBoxEventArgs e

Constructors

DualListBoxEventHandler(object, IntPtr)

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

Methods

BeginInvoke(object, DualListBoxEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, DualListBoxEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
DualListBoxEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(object, DualListBoxEventArgs)

Declaration
public virtual void Invoke(object sender, DualListBoxEventArgs e)
Parameters
Type Name Description
object sender
DualListBoxEventArgs e

Extension Methods

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