Contacts.SearchCompleted-Ereignis

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>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Contacts Klasse

Microsoft.Phone.UserData-Namespace