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
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.