ContactListDeleteContactRequestEventArgs
ContactListDeleteContactRequestEventArgs
ContactListDeleteContactRequestEventArgs
ContactListDeleteContactRequestEventArgs
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Encapsulates information about a request to delete a contact.
public : sealed class ContactListDeleteContactRequestEventArgs : IContactListDeleteContactRequestEventArgspublic sealed class ContactListDeleteContactRequestEventArgs : IContactListDeleteContactRequestEventArgsPublic NotInheritable Class ContactListDeleteContactRequestEventArgs Implements IContactListDeleteContactRequestEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
Request Request Request Request
Prerelease. Gets the ContactListDeleteTaskRequest object associated with this request.
public : ContactListDeleteContactRequest Request { get; }public ContactListDeleteContactRequest Request { get; }Public ReadOnly Property Request As ContactListDeleteContactRequest// You can use this property in JavaScript.
- Value
- ContactListDeleteContactRequest ContactListDeleteContactRequest ContactListDeleteContactRequest ContactListDeleteContactRequest
A ContactListDeleteTaskRequest object describing the request.