Events_T_Rhino_RhinoApp - mcneel/rhinocommon-api-docs GitHub Wiki
The RhinoApp type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
AppSettingsChanged | Is raised when settings are changed. |
![]() ![]() |
Closing | Is raised when the application is about to close. |
![]() ![]() |
EscapeKeyPressed | Can add or removed delegates that are raised when the escape key is clicked. |
![]() ![]() |
Idle | Occurs when the application finishes processing and is about to enter the idle state |
![]() ![]() |
Initialized | Is raised when the apllication is fully initialized. |
![]() ![]() |
KeyboardEvent | Can add or removed delegates that are raised by a keyboard event. |