WebUIContactPanelActivatedEventArgs.Contact Property

Definition

Gets the selected contact from the Contact Panel.

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

Property Value

The selected contact.

Implements

Applies to