IContactPanelActivatedEventArgs.Contact Property

Definition

Gets the contact.

public:
 property Contact ^ Contact { Contact ^ get(); };
Contact Contact();
public Contact Contact { get; }
var contact = iContactPanelActivatedEventArgs.contact;
Public ReadOnly Property Contact As Contact

Property Value

The contact.

Applies to