LockKeyViewModel
Class
Represents the class for virtual keyboard lock key view models.
Definition
Namespace:Telerik.Windows.Controls.VirtualKeyboard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class LockKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseBaseKeyViewModelLockKeyViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the LockKeyViewModel class.
Properties
Methods
The method called by the default command assigned to the key.
C#
protected override void OnKeyCommandExecuted(object commandParameter)
Overrides:
Updates the state of the virtual keyboard based on the provided key update context.
C#
public override void Update(IKeyUpdateContext context)
The context that contains information about the key update.
Overrides: