SpecialKeyViewModel
Class
Represents the class for virtual keyboard special key view models.
Definition
Namespace:Telerik.Windows.Controls.VirtualKeyboard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class SpecialKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseBaseKeyViewModelSpecialKeyViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the SpecialKeyViewModel class.
Methods
The method called by the default command assigned to the key.
C#
protected override void OnKeyCommandExecuted(object commandParameter)
Overrides: