Show / Hide Table of Contents

Delegate UserCopiedCallback

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public delegate void UserCopiedCallback(UserCopiedEventArgs e)
Parameters
Type Name Description
UserCopiedEventArgs e

Constructors

UserCopiedCallback(object, IntPtr)

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

Methods

BeginInvoke(UserCopiedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(UserCopiedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
UserCopiedEventArgs 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(UserCopiedEventArgs)

Declaration
public virtual void Invoke(UserCopiedEventArgs e)
Parameters
Type Name Description
UserCopiedEventArgs e

Extension Methods

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