SemanticZoomViewChangedEventHandler Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa el método que controlará los eventos ViewChangeStarted y ViewChangeCompleted .
public delegate void SemanticZoomViewChangedEventHandler(Platform::Object ^ sender, SemanticZoomViewChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1288264786, 35412, 21431, 146, 81, 11, 62, 250, 96, 83, 152)]
public delegate void SemanticZoomViewChangedEventHandler(object sender, SemanticZoomViewChangedEventArgs e);
Public Delegate Sub SemanticZoomViewChangedEventHandler(sender As Object, e As SemanticZoomViewChangedEventArgs)
Parámetros
- sender
-
Object
Platform::Object
Objeto donde está asociado el controlador.
Datos del evento.
- Atributos