VisualStateChangedEventHandler Delegate

Definition

Represents the method that will handle the CurrentStateChanging and CurrentStateChanged events.

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)

Parameters

sender
Object

Platform::Object

The object where the event handler is attached.

e
VisualStateChangedEventArgs

Event data for the event.

Attributes

Applies to