IKeyDown Interface
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
interface that can be implemented if a control is to be alerted of KeyDown Event on DesignPanel
Syntax
public interface IKeyDown
Properties
InvokeDefaultAction | if that control wants the default DesignPanel action to be suppressed, let this return false |
Methods
KeyDownAction(Object, KeyEventArgs) | Action to be performed on keydown on specific control |