Interface IKeyCommand
Provides the functionality for single command.
Namespace: Syncfusion.Shared.Utils.KeyBinding
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IKeyCommand
Properties
Name
Gets the name of the command.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |
Methods
Execute()
Executes command.
Declaration
void Execute()
Events
ProcessCommand
Occurs when command must be processed.
Declaration
event ProcessCommandEventHandler ProcessCommand
Event Type
Type |
---|
ProcessCommandEventHandler |