ListBoxItem.OnUnselected(RoutedEventArgs) Method

Definition

Called when the ListBoxItem is unselected in a ListBox.

protected:
 virtual void OnUnselected(System::Windows::RoutedEventArgs ^ e);
protected virtual void OnUnselected (System.Windows.RoutedEventArgs e);
abstract member OnUnselected : System.Windows.RoutedEventArgs -> unit
override this.OnUnselected : System.Windows.RoutedEventArgs -> unit
Protected Overridable Sub OnUnselected (e As RoutedEventArgs)

Parameters

e
RoutedEventArgs

The event data.

Remarks

This method is called when the IsSelected property changes to false.

Applies to