Are SolidWorks command IDs stable across versions for add-in event handling?

Hi guys quick SolidWorks API question.

I’m building a C# add-in that tracks user activity using command events (e.g. CMD_CLOSE / CommandManager).

Are command IDs stable across SolidWorks versions and contexts?

For example, if I blacklist a command ID assuming it’s a navigation action (like zoom), could that same ID represent a different action in another version or context? Or even change during a patch or update?

Thanks