Callback called when the [P:IsFocused] property changes.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.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.