ArcGIS Pro 2.9 API Reference Guide
OnToolKeyDown Method (LayoutTool)

ArcGIS.Desktop.Layouts Namespace > LayoutTool Class : OnToolKeyDown Method
A LayoutViewKeyEventArgs that contains the event data.
Occurs when a key is pressed and the view has focus.
Syntax
protected virtual void OnToolKeyDown( 
   LayoutViewKeyEventArgs k
)
Protected Overridable Sub OnToolKeyDown( _
   ByVal k As LayoutViewKeyEventArgs _
) 

Parameters

k
A LayoutViewKeyEventArgs that contains the event data.
Remarks
This method is intended to perform synchronous operations associated with a key down event. To perform any asynchronous operations set the handled property on the LayoutViewKeyEventArgs to true and override the HandleKeyDownAsync virtual method.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutTool Class
LayoutTool Members