DialRequestedEventArgs DialRequestedEventArgs DialRequestedEventArgs DialRequestedEventArgs Class

Definition

Contains information for the DialRequested event.

public : sealed class DialRequestedEventArgs : IDialRequestedEventArgspublic sealed class DialRequestedEventArgs : IDialRequestedEventArgsPublic NotInheritable Class DialRequestedEventArgs Implements IDialRequestedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Media.Devices.CallControlContract (introduced v1)

Remarks

This object is not instantiated directly, it is returned by the CallControl.DialRequested event as an argument to the DialRequestedEventHandler delegate.

Properties

Contact Contact Contact Contact

Returns the contact that was dialed.

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

The contact.

Methods

Handled() Handled() Handled() Handled()

Indicates that the DialRequested event has been handled.

public : void Handled()public void Handled()Public Function Handled() As void// You can use this method in JavaScript.