Skybound AutoComplete

AutoComplete.Refresh Method 

Reloads all auto-complete items.

[Visual Basic]
Public Sub Refresh()
[C#]
public void Refresh();

Remarks

Call this method to update the items in the list when the items in the data source change. You can also call this method when the drop-down suggestion window is visible to update it immediately.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace