WindowVisibilityChangedEventHandler Delegado

Definición

Representa el método que controlará el evento VisibilityChanged .

public delegate void WindowVisibilityChangedEventHandler(Platform::Object ^ sender, VisibilityChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(272657110, 45200, 19018, 178, 173, 214, 130, 223, 39, 19, 15)]
class WindowVisibilityChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(272657110, 45200, 19018, 178, 173, 214, 130, 223, 39, 19, 15)]
public delegate void WindowVisibilityChangedEventHandler(object sender, VisibilityChangedEventArgs e);
Public Delegate Sub WindowVisibilityChangedEventHandler(sender As Object, e As VisibilityChangedEventArgs)

Parámetros

sender
Object

Platform::Object

IInspectable

Objeto en que está asociado el controlador de eventos.

e
VisibilityChangedEventArgs

Datos del evento.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Se aplica a