Callback called when the [P:IsFocused] property changes.

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

Syntax

C#
protected virtual void OnIsFocusedChanged(
	bool oldValue
)
Visual Basic
Protected Overridable Sub OnIsFocusedChanged ( _
	oldValue As Boolean _
)

Parameters

oldValue
Type: System..::..Boolean
The previous value of IsFocused.

See Also