다음을 통해 공유


DialRequestedEventHandler 대리자

정의

DialRequested 이벤트를 처리합니다.

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에서 도입되었습니다.)

적용 대상