SemanticZoomViewChangedEventHandler 대리자

정의

ViewChangeStarted 및 ViewChangeCompleted 이벤트를 처리할 메서드 나타냅니다.

public delegate void SemanticZoomViewChangedEventHandler(Platform::Object ^ sender, SemanticZoomViewChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(531174941, 23923, 17659, 129, 172, 209, 201, 56, 73, 25, 212)]
class SemanticZoomViewChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(531174941, 23923, 17659, 129, 172, 209, 201, 56, 73, 25, 212)]
public delegate void SemanticZoomViewChangedEventHandler(object sender, SemanticZoomViewChangedEventArgs e);
Public Delegate Sub SemanticZoomViewChangedEventHandler(sender As Object, e As SemanticZoomViewChangedEventArgs)

매개 변수

sender
Object

Platform::Object

IInspectable

처리기가 연결된 개체입니다.

e
SemanticZoomViewChangedEventArgs

이벤트에 대한 이벤트 데이터입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

적용 대상