ContactChangedEventArgs ContactChangedEventArgs ContactChangedEventArgs ContactChangedEventArgs Class

Definition

Provides data for the ContactChanged event.

public : sealed class ContactChangedEventArgs : IContactChangedEventArgspublic sealed class ContactChangedEventArgs : IContactChangedEventArgsPublic NotInheritable Class ContactChangedEventArgs Implements IContactChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This class is instantiated by the system and passed as an argument to the ContactChanged event handler.

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets the ContactChangedDeferral object to use for asynchronous operations.

public : ContactChangedDeferral GetDeferral()public ContactChangedDeferral GetDeferral()Public Function GetDeferral() As ContactChangedDeferral// You can use this method in JavaScript.
Returns

The deferral object to use for asynchronous operations.