IContactPanelActivatedEventArgs IContactPanelActivatedEventArgs IContactPanelActivatedEventArgs IContactPanelActivatedEventArgs Interface

Definition

Provides data when an app is activated by the contact panel.

public : interface IContactPanelActivatedEventArgspublic interface IContactPanelActivatedEventArgsPublic Interface IContactPanelActivatedEventArgs// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

Contact Contact Contact Contact

Gets the contact.

public : Contact Contact { get; }public Contact Contact { get; }Public ReadOnly Property Contact As Contact// You can use this property in JavaScript.
Value
Contact Contact Contact Contact

The contact.

ContactPanel ContactPanel ContactPanel ContactPanel

Gets the contact panel.

public : ContactPanel ContactPanel { get; }public ContactPanel ContactPanel { get; }Public ReadOnly Property ContactPanel As ContactPanel// You can use this property in JavaScript.