Search Results for

    Show / Hide Table of Contents

    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

    Invoke(IUndoAction)

    Declaration
    public virtual void Invoke(IUndoAction action)
    Parameters
    IUndoAction action

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat