ModifierKeyViewModel
Class
Represents the class for virtual keyboard modifier key view models.
Definition
Namespace:Telerik.Windows.Controls.VirtualKeyboard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class ModifierKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseBaseKeyViewModelModifierKeyViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the ModifierKeyViewModel class.
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 modifier key based on the specified key update context.
C#
public override void Update(IKeyUpdateContext context)
An instance of IKeyUpdateContext that contains the information needed to update the key.
Overrides: