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 で導入)

適用対象