ArcGIS Pro 2.9 API Reference Guide
OnToolKeyUp Method (LayoutTool)

ArcGIS.Desktop.Layouts Namespace > LayoutTool Class : OnToolKeyUp Method
A LayoutViewKeyEventArgs that contains the event data.
Occurs when a key is released and the view has focus.
Syntax
protected virtual void OnToolKeyUp( 
   LayoutViewKeyEventArgs k
)
Protected Overridable Sub OnToolKeyUp( _
   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 up event. To perform any asynchronous operations set the handled property on the LayoutViewKeyEventArgs to true and override the HandleKeyUpAsync virtual method.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutTool Class
LayoutTool Members