ClassSpecialKeyViewModel
Class
Represents the class for virtual keyboard special key view models.
Definition
Namespace:Telerik.Windows.Controls.VirtualKeyboard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class SpecialKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseBaseKeyViewModelSpecialKeyViewModel
Implements:
Inherited Members
Constructors
SpecialKeyViewModel(int, double, double, string)
Initializes a new instance of the SpecialKeyViewModel 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