Delegate LexemReplaceEventHandler
Represents the method that is used for processing lexems and replacing their text.
Assembly: Syncfusion.Edit.Windows.dll
public delegate string LexemReplaceEventHandler(ILexem lexem);
Parameters
| Type |
Name |
Description |
| ILexem |
lexem |
|
Returns
Constructors
Declaration
public LexemReplaceEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(ILexem lexem, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| ILexem |
lexem |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual string Invoke(ILexem lexem)
Parameters
| Type |
Name |
Description |
| ILexem |
lexem |
|
Returns