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