DialRequestedEventHandler 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 DialRequested event.
public delegate void DialRequestedEventHandler(CallControl ^ sender, DialRequestedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1522270171, 49695, 19396, 137, 27, 37, 126, 40, 193, 177, 164)]
class DialRequestedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
[Windows.Foundation.Metadata.Guid(1522270171, 49695, 19396, 137, 27, 37, 126, 40, 193, 177, 164)]
public delegate void DialRequestedEventHandler(CallControl sender, DialRequestedEventArgs e);
var dialRequestedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub DialRequestedEventHandler(sender As CallControl, e As DialRequestedEventArgs)
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)
|