ClassModifierKeyViewModel
Class
Represents the class for virtual keyboard modifier key view models.
Definition
Namespace:Telerik.Windows.Controls.VirtualKeyboard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class ModifierKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseBaseKeyViewModelModifierKeyViewModel
Implements:
Inherited Members
Constructors
ModifierKeyViewModel(int, double, double, string)
Initializes a new instance of the ModifierKeyViewModel class.
Methods
OnKeyCommandExecuted(object)
The method called by the default command assigned to the key.
Declaration
cs-api-definition
protected override void OnKeyCommandExecuted(object commandParameter)
Parameters
commandParameter
Overrides
Update(IKeyUpdateContext)
Updates the state of the virtual keyboard modifier key based on the specified key update context.
Declaration
cs-api-definition
public override void Update(IKeyUpdateContext context)
Parameters
context
An instance of IKeyUpdateContext that contains the information needed to update the key.
Overrides