Search Results for

    Show / Hide Table of Contents

    Delegate CorrespondenceProvider

    Defines a correspondence between target row numbers and source row numbers.

    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public delegate int CorrespondenceProvider(int targetRowNumber);
    Parameters
    Type Name Description
    System.Int32 targetRowNumber
    Returns
    Type Description
    System.Int32

    Constructors

    CorrespondenceProvider(Object, IntPtr)

    Declaration
    public CorrespondenceProvider(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int targetRowNumber, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 targetRowNumber
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(Int32)

    Declaration
    public virtual int Invoke(int targetRowNumber)
    Parameters
    Type Name Description
    System.Int32 targetRowNumber
    Returns
    Type Description
    System.Int32

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    Back to top Generated by DocFX