Back to Website
Show / Hide Table of Contents

Delegate ItemDataHandler.Factory

Namespace: Aurigma.DesignAtoms
Assembly: Aurigma.DesignAtoms.dll
Syntax
public delegate ItemDataHandler Factory(ItemData itemData);
Parameters
Type Name Description
ItemData itemData
Returns
Type Description
ItemDataHandler

Constructors

Factory(Object, IntPtr)

Declaration
public Factory(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(ItemData, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(ItemData itemData, AsyncCallback callback, object object)
Parameters
Type Name Description
ItemData itemData
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual ItemDataHandler EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
ItemDataHandler

Invoke(ItemData)

Declaration
public virtual ItemDataHandler Invoke(ItemData itemData)
Parameters
Type Name Description
ItemData itemData
Returns
Type Description
ItemDataHandler
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback