Table of Contents

Delegate ObjectsManipulationEventHandler

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

Represents a method that will handle a session’s Session.ObjectsLoaded and Session.ObjectsSaved events.

public delegate void ObjectsManipulationEventHandler(object sender, ObjectsManipulationEventArgs e)

Parameters

sender object

The event sender.

e ObjectsManipulationEventArgs

An ObjectsManipulationEventArgs object that contains event data.

Constructors

ObjectsManipulationEventHandler(object, nint)

public ObjectsManipulationEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, ObjectsManipulationEventArgs, AsyncCallback, object)

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

Parameters

sender object
e ObjectsManipulationEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, ObjectsManipulationEventArgs)

public virtual void Invoke(object sender, ObjectsManipulationEventArgs e)

Parameters

sender object
e ObjectsManipulationEventArgs