Search Results for

    Show / Hide Table of Contents

    Delegate ContentRange.ReductionAllowedTest

    This delegat defines the method signature used by the ReduceRanges(List<ContentRange>, ReductionAllowedTest) helper to determine if two ranges that have the same parent can be merged.

    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public delegate bool ContentRange.ReductionAllowedTest(ContentRange from, ContentRange into)
    Parameters
    Type Name Description
    ContentRange from
    ContentRange into
    Returns
    Type Description
    bool
    Remarks

    Used e.g. to ensure that ranges that span segments are not merged.

    Constructors

    ReductionAllowedTest(object, IntPtr)

    Declaration
    public ReductionAllowedTest(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(ContentRange, ContentRange, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ContentRange from, ContentRange into, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    ContentRange from
    ContentRange into
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    bool

    Invoke(ContentRange, ContentRange)

    Declaration
    public virtual bool Invoke(ContentRange from, ContentRange into)
    Parameters
    Type Name Description
    ContentRange from
    ContentRange into
    Returns
    Type Description
    bool

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ReductionAllowedTest(object, IntPtr)
    • Methods
      • BeginInvoke(ContentRange, ContentRange, AsyncCallback, object)
      • EndInvoke(IAsyncResult)
      • Invoke(ContentRange, ContentRange)
    • Extension Methods
    Back to top Generated by DocFX