DialRequestedEventHandler Delegat

Definition

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)

Parameter

sender
CallControl

Das CallControl-Objekt , das das Ereignis ausgelöst hat.

e
DialRequestedEventArgs

Eine Klasse, die Informationen für das Ereignis enthält.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.Media.Devices.CallControlContract (eingeführt in v1.0)

Gilt für: