Contact.ContactInformationChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.