This document is archived and information here might be outdated.  Recommended version.


IShapeConstructor.OnKeyUp Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.OnKeyUp Method
ArcGIS Developer Help

IShapeConstructor.OnKeyUp Method

Occurs when a key on the keyboard is released when this constructor is active.

[Visual Basic .NET]
Public Sub OnKeyUp ( _
    ByVal keyState As Integer, _
    ByVal shift As Integer _
)
[C#]
public void OnKeyUp (
    int keyState,
    int shift
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface