SelectionChangedEventHandler Delegate

Definition

Represents the method that will handle the SelectionChanged event.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3785380690, 23200, 17098, 156, 217, 6, 138, 20, 219, 110, 104)]
class SelectionChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3785380690, 23200, 17098, 156, 217, 6, 138, 20, 219, 110, 104)]
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
Public Delegate Sub SelectionChangedEventHandler(sender As Object, e As SelectionChangedEventArgs)

Parameters

sender
Object

IInspectable

The object where the event handler is attached.

e
SelectionChangedEventArgs

The event data.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to