Delegate ContentRange.ReductionAllowedTest
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public delegate bool ReductionAllowedTest(ContentRange from, ContentRange into);
Parameters
Returns
Type |
Description |
System.Boolean |
|
Constructors
ReductionAllowedTest(Object, IntPtr)
Declaration
public ReductionAllowedTest(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.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 |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Invoke(ContentRange, ContentRange)
Declaration
public virtual bool Invoke(ContentRange from, ContentRange into)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods