Message 1 of 8
UserInputEvents_OnTerminateCommand no Commandname and Context provided
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello together,
I'm trying to implement the OnTerminateCommand event from UserInputEvents object
public void UserInputEvents_OnTerminateCommand(string CommandName, NameValueMap Context)
The event fires correctly BUT not for all commands the CommandName and Context are provided.
I recognized PartSwitchRepresentationCmd is not returned in the CommandName string from parameters. This is essential to my code I try to implement.
This command runs when swithing between folded sheetmetal and the flatpattern.
Hope you can help me. Thankks in advance.
BG