Contacts.SearchCompleted Event

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event SearchCompleted As EventHandler(Of ContactsSearchEventArgs)
public event EventHandler<ContactsSearchEventArgs> SearchCompleted
public:
 event EventHandler<ContactsSearchEventArgs^>^ SearchCompleted {
    void add (EventHandler<ContactsSearchEventArgs^>^ value);
    void remove (EventHandler<ContactsSearchEventArgs^>^ value);
}
member SearchCompleted : IEvent<EventHandler<ContactsSearchEventArgs>,
    ContactsSearchEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Contacts Class

Microsoft.Phone.UserData Namespace