Compartilhar via


VisualStateChangedEventHandler Delegar

Definição

Representa o método que manipulará os eventos CurrentStateChanging e CurrentStateChanged .

public delegate void VisualStateChangedEventHandler(Platform::Object ^ sender, VisualStateChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3451639892, 1337, 23551, 180, 72, 51, 25, 61, 47, 65, 184)]
public delegate void VisualStateChangedEventHandler(object sender, VisualStateChangedEventArgs e);
Public Delegate Sub VisualStateChangedEventHandler(sender As Object, e As VisualStateChangedEventArgs)

Parâmetros

sender
Object

Platform::Object

O objeto em que o manipulador de eventos está anexado.

e
VisualStateChangedEventArgs

Os dados de evento do evento.

Atributos

Aplica-se a