Class RichTextBox.PostProcessBlockDelegate
The delegate for text blocks post-processing.
Inheritance
System.Object
RichTextBox.PostProcessBlockDelegate
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class PostProcessBlockDelegate : MulticastDelegate
Constructors
PostProcessBlockDelegate(Object, IntPtr)
Declaration
public PostProcessBlockDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(ref RichTextBox.ParsingContext, ref TextBlock, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref RichTextBox.ParsingContext context, ref TextBlock textBlock, AsyncCallback callback, object object)
Parameters
RichTextBox.ParsingContext
context
|
TextBlock
textBlock
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(ref RichTextBox.ParsingContext, ref TextBlock, IAsyncResult)
Declaration
public virtual void EndInvoke(ref RichTextBox.ParsingContext context, ref TextBlock textBlock, IAsyncResult result)
Parameters
RichTextBox.ParsingContext
context
|
TextBlock
textBlock
|
System.IAsyncResult
result
|
Invoke(ref RichTextBox.ParsingContext, ref TextBlock)
Declaration
public virtual void Invoke(ref RichTextBox.ParsingContext context, ref TextBlock textBlock)
Parameters
RichTextBox.ParsingContext
context
|
TextBlock
textBlock
|