SemanticZoomViewChangedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
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)
|