Show / Hide Table of Contents

Delegate Events.LanguageEdit

Delegate type which allows subscriber to optionally edit the input string.

Namespace: ItemChanger
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
Type Name Description
object object
nint method

Methods

View Source

BeginInvoke(ref string, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(ref string value, AsyncCallback callback, object @object)
Parameters
Type Name Description
string value
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult
View Source

EndInvoke(ref string, IAsyncResult)

Declaration
public virtual void EndInvoke(ref string value, IAsyncResult result)
Parameters
Type Name Description
string value
IAsyncResult result
View Source

Invoke(ref string)

Declaration
public virtual void Invoke(ref string value)
Parameters
Type Name Description
string value

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX