Solid Edge Framework Type Library
OnCommand Event
The ID of the command for which the event is triggered.
Description
Occurs when the user selects the button for the associated add-in.
Syntax
Visual Basic
Public Event OnCommand( _
   ByVal nCmdID As Long _
)
Parameters
nCmdID
The ID of the command for which the event is triggered.
See Also

AddInEvents Object  | AddInEvents Members

Send comments on this topic.