Solid Edge Framework Type Library
OnCommandHelp Event
The handle to the application window.
The type of help to be requested.
The command identifier for the selected command.
Description
Occurs when the user requests help for the associated add-in.
Syntax
Visual Basic
Public Event OnCommandHelp( _
   ByVal hFrameWnd As Long, _
   ByVal uHelpCommand As Long, _
   ByVal nCmdID As Long _
)
Parameters
hFrameWnd
The handle to the application window.
uHelpCommand
The type of help to be requested.
nCmdID
The command identifier for the selected command.
See Also

AddInEvents Object  | AddInEvents Members

Send comments on this topic.