Delegate ContentRange.ReductionAllowedTest
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public delegate bool ContentRange.ReductionAllowedTest(ContentRange from, ContentRange into)
Parameters
Returns
Constructors
ReductionAllowedTest(object, IntPtr)
Declaration
public ReductionAllowedTest(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(ContentRange, ContentRange, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ContentRange from, ContentRange into, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(ContentRange, ContentRange)
Declaration
public virtual bool Invoke(ContentRange from, ContentRange into)
Parameters
Returns
Extension Methods