Called when a key is pressed.
[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.
Remarks
Use this event to associate a hotkey to your custom sketch tool.
See Also
IEditSketchExtension2 Interface | IDatasetEdit Interface | IDatasetEditInfo Interface | IEditTask.Name Property | Editor Class | ISnapEnvironment Interface | IEditEvents2 Interface | IEditTask.Deactivate Method | IEditAttributeProperties Interface | IEditor Interface | IEditSketch Interface | IEditTask.OnFinishSketch Method | IEditProperties Interface | IEditLayers Interface | IEditTask.Activate Method | IEditTask.OnDeleteSketch Method | IEditEvents Interface | IExtension Interface