Delegate Events.LanguageEdit
Delegate type which allows subscriber to optionally edit the input string.
Assembly: ItemChanger.dll
Syntax
public delegate void Events.LanguageEdit(ref string value)
Parameters
| Type |
Name |
Description |
| string |
value |
Delegate type which allows subscriber to optionally edit the input string. |
Constructors
View Source
LanguageEdit(object, nint)
Declaration
public LanguageEdit(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(ref string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ref string value, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(ref string, IAsyncResult)
Declaration
public virtual void EndInvoke(ref string value, IAsyncResult result)
Parameters
View Source
Invoke(ref string)
Declaration
public virtual void Invoke(ref string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Extension Methods