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
objectThe event sender.
e
ObjectsManipulationEventArgsAn ObjectsManipulationEventArgs object that contains event data.
Constructors
ObjectsManipulationEventHandler(object, nint)
public ObjectsManipulationEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(object, ObjectsManipulationEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, ObjectsManipulationEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
objecte
ObjectsManipulationEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, ObjectsManipulationEventArgs)
public virtual void Invoke(object sender, ObjectsManipulationEventArgs e)
Parameters
sender
objecte
ObjectsManipulationEventArgs