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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected virtual void OnUnselected(
	RoutedEventArgs e
)
Visual Basic
Protected Overridable Sub OnUnselected ( _
	e As RoutedEventArgs _
)

Parameters

e
Type: System.Windows..::..RoutedEventArgs
A RoutedEventArgs that contains the event data.

See Also