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

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

Syntax

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

Parameters

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

See Also