TabItem.OnUnselected(RoutedEventArgs) Method

Definition

Called to indicate that the IsSelected property has changed to false.

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 for the Unselected event.

Applies to