Delegate ContentRange.ReductionAllowedTest
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public delegate bool ReductionAllowedTest(ContentRange from, ContentRange into);
Parameters
Type |
Name |
Description |
ContentRange |
from |
This delegat defines the method signature used by the helper to determine if two ranges that have the same parent can be merged. |
ContentRange |
into |
This delegat defines the method signature used by the helper to determine if two ranges that have the same parent can be merged. |
Returns
Type |
Description |
Boolean |
This delegat defines the method signature used by the helper to determine if two ranges that have the same parent can be 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
Returns
Type |
Description |
IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
IAsyncResult |
result |
|
Returns
Invoke(ContentRange, ContentRange)
Declaration
public virtual bool Invoke(ContentRange from, ContentRange into)
Parameters
Returns
Extension Methods