Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
wmgshurik
in reply to: wmgshurik

 invApp.CommandManager.UserInputEvents.OnTerminateCommand += UserInputEvents_OnTerminateCommand;

private void UserInputEvents_OnTerminateCommand(string CommandName, NameValueMap Context)
        {
            MessageBox.Show("Terminated");
        }

This is for escape key.

But how can I catch Enter key?