Share via


DialRequestedEventHandler 代理人

定義

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)

パラメーター

sender
CallControl

イベントを発生させた CallControl オブジェクト。

e
DialRequestedEventArgs

イベントの情報を含むクラス。

属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Media.Devices.CallControlContract (v1.0 で導入)

適用対象