VisualStateChangedEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa o método que manipulará os eventos CurrentStateChanging e CurrentStateChanged .
public delegate void VisualStateChangedEventHandler(Platform::Object ^ sender, VisualStateChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3872766933, 57385, 17318, 179, 109, 132, 168, 16, 66, 215, 116)]
class VisualStateChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3872766933, 57385, 17318, 179, 109, 132, 168, 16, 66, 215, 116)]
public delegate void VisualStateChangedEventHandler(object sender, VisualStateChangedEventArgs e);
Public Delegate Sub VisualStateChangedEventHandler(sender As Object, e As VisualStateChangedEventArgs)
Parâmetros
- sender
-
Object
Platform::Object
IInspectable
O objeto em que o manipulador de eventos está anexado.
Os dados de evento do evento.
- Atributos
Requisitos do Windows
Família de dispositivos |
Windows 10 (introduzida na 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduzida na v1.0)
|