Share via


ContactListCreateOrUpdateContactRequestEventArgs Class

Definition

Encapsulates information about a request to create or update.

public ref class ContactListCreateOrUpdateContactRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactListCreateOrUpdateContactRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactListCreateOrUpdateContactRequestEventArgs
Public NotInheritable Class ContactListCreateOrUpdateContactRequestEventArgs
Inheritance
Object Platform::Object IInspectable ContactListCreateOrUpdateContactRequestEventArgs
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)
App capabilities
contactsSystem

Properties

Name Description
Request

Gets the ContactListCreateOrUpdateContactRequest object associated with this request.

Methods

Name Description
GetDeferral()

Gets a deferral object for this operation.

Applies to