RedialRequestedEventArgs
RedialRequestedEventArgs
RedialRequestedEventArgs
RedialRequestedEventArgs
Class
Definition
Contains information for the RedialRequested event.
public : sealed class RedialRequestedEventArgs : IRedialRequestedEventArgspublic sealed class RedialRequestedEventArgs : IRedialRequestedEventArgsPublic NotInheritable Class RedialRequestedEventArgs Implements IRedialRequestedEventArgs// 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.RedialRequested event as an argument to the RedialRequestedEventHandler delegate.
Methods
Handled() Handled() Handled() Handled()
Indicates that the RedialRequested event has been handled.
public : void Handled()public void Handled()Public Function Handled() As void// You can use this method in JavaScript.