RedialRequestedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the RedialRequested event.
public delegate void RedialRequestedEventHandler(CallControl ^ sender, RedialRequestedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3136444369, 20157, 19332, 159, 71, 110, 196, 61, 117, 216, 177)]
class RedialRequestedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
[Windows.Foundation.Metadata.Guid(3136444369, 20157, 19332, 159, 71, 110, 196, 61, 117, 216, 177)]
public delegate void RedialRequestedEventHandler(CallControl sender, RedialRequestedEventArgs e);
var redialRequestedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub RedialRequestedEventHandler(sender As CallControl, e As RedialRequestedEventArgs)
Parameters
- sender
- CallControl
The CallControl object that raised the event.
A class containing information for the event.
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Media.Devices.CallControlContract (introduced in v1.0)
|