Edit

Share via


Contact.ContactInformationChanged Event

Definition

Occurs when one or more pieces of contact information are changed.

public:
 event EventHandler<Microsoft::Lync::Model::ContactInformationChangedEventArgs ^> ^ ContactInformationChanged;
public event EventHandler<Microsoft.Lync.Model.ContactInformationChangedEventArgs> ContactInformationChanged;
member this.ContactInformationChanged : EventHandler<Microsoft.Lync.Model.ContactInformationChangedEventArgs> 
Public Custom Event ContactInformationChanged As EventHandler(Of ContactInformationChangedEventArgs) 

Event Type

Remarks

Application logic must subscribe to contact information publication before the ContactInformationChanged event can be received. Call the CreateSubscription method on the ContactManager object and then add the Contact to be subscribed and the ContactInformationTypes that you are interested in. Finally, call the Subscribe method on the ContactSubscription object.

Applies to