InterfaceIAsyncItemSearch
Interface
Provides interface for async item search using a predicate match.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IAsyncItemSearch : IValueRetriever
Inherited Members
Methods
FindItems(Predicate<object>)
Used a match predicate to find searched items.
Events
ItemsFound
Occurs when the items search completes.
Declaration
cs-api-definition
event EventHandler<AsyncItemSearchEventArgs> ItemsFound
Event Value