Called when the IsChecked property is set to true.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected virtual void OnChecked(
	RoutedEventArgs args
)
Visual Basic
Protected Overridable Sub OnChecked ( _
	args As RoutedEventArgs _
)
Visual C++
protected:
virtual void OnChecked(
	RoutedEventArgs^ args
)

Parameters

args
Type: System.Windows..::..RoutedEventArgs
RoutedEventArgs containing the event data.

See Also