Class CommandModeChangedCallback

3DS Max Plug-In SDK

Class CommandModeChangedCallback

See Also: Class Interface, Class CommandMode.

class CommandModeChangedCallback

Description:

This is the callback object for Interface:: RegisterCommandModeChangedCallback().

Methods:

Prototype:

virtual void ModeChanged(CommandMode *oldM, CommandMode *newM)=0;

Remarks:

This method is called when the user changes command modes.

Parameters:

CommandMode *oldM

The command mode that was replaced.

CommandMode *newM

The new command mode.