AutoCompleteSelector<T> Delegate
Definition
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>
Constructors
| Name | Description |
|---|---|
| AutoCompleteSelector<T> | No summary available. |
AutoCompleteSelector<T> Constructor
public AutoCompleteSelector<T>(object object, IntPtr method)
Parameters
object object
method IntPtr
Methods
| Name | Description |
|---|---|
| BeginInvoke | No summary available. |
| EndInvoke | No summary available. |
| Invoke | No 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