This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.OnKeyDown Method (ArcObjects .NET 10.4 SDK) |
Occurs when a key on the keyboard is pressed when this constructor is active.
[Visual Basic .NET] Public Sub OnKeyDown ( _ ByVal keyState As Integer, _ ByVal shift As Integer _ )
[C#] public void OnKeyDown ( int keyState, int shift );