Class Undo.UndoEventDelegate
Undo system event.
Inheritance
System.Object
Undo.UndoEventDelegate
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class UndoEventDelegate : MulticastDelegate
Constructors
UndoEventDelegate(Object, IntPtr)
Declaration
public UndoEventDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(IUndoAction, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IUndoAction action, AsyncCallback callback, object object)
Parameters
IUndoAction
action
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|