Table of Contents

Delegate ObjectManipulationEventHandler

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Represents a method that will handle events that process a persistent object.

public delegate void ObjectManipulationEventHandler(object sender, ObjectManipulationEventArgs e)

Parameters

sender object

The event sender.

e ObjectManipulationEventArgs

An ObjectManipulationEventArgs object that contains event data.

Constructors

ObjectManipulationEventHandler(object, nint)

public ObjectManipulationEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, ObjectManipulationEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, ObjectManipulationEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e ObjectManipulationEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, ObjectManipulationEventArgs)

public virtual void Invoke(object sender, ObjectManipulationEventArgs e)

Parameters

sender object
e ObjectManipulationEventArgs