SemanticZoomViewChangedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà gli eventi ViewChangeStarted e 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)

Parametri

sender
Object

Platform::Object

IInspectable

Oggetto in cui è associato il gestore.

e
SemanticZoomViewChangedEventArgs

Dati dell'evento per l'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a