Delegate SelectionChangedEventHandler
Represents the method that will handle the SelectionChanged event.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
SelectionChangedEventArgs | e |