Skip to main content

AutoCompleteSelector<T> Delegate

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Represents the selector used by the Avalonia.Controls.AutoCompleteBox control to determine how the specified text should be modified with an item.

public delegate AutoCompleteSelector<T>

Inheritance: MulticastDelegate -> AutoCompleteSelector<T>

Constructors

NameDescription
AutoCompleteSelector<T>No summary available.

AutoCompleteSelector<T> Constructor

public AutoCompleteSelector<T>(object object, IntPtr method)

Parameters

object object

method IntPtr

Methods

NameDescription
BeginInvokeNo summary available.
EndInvokeNo summary available.
InvokeNo summary available.

BeginInvoke Method

public IAsyncResult BeginInvoke(string search, T item, AsyncCallback callback, object object)

Parameters

search string

item T

callback AsyncCallback

object object

Returns

IAsyncResult

EndInvoke Method

public string EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

string

Invoke Method

public string Invoke(string search, T item)

Parameters

search string

item T

Returns

string