SelectionChangedEventHandler Delegate

Definition

Represents the method that will handle the SelectionChanged event.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2721200397, 3636, 22878, 137, 49, 250, 146, 138, 153, 9, 244)]
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
Public Delegate Sub SelectionChangedEventHandler(sender As Object, e As SelectionChangedEventArgs)

Parameters

sender
Object

The object where the event handler is attached.

e
SelectionChangedEventArgs

The event data.

Attributes

Applies to