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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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