SECEditController::OnUpdate
voidSECEditController::OnUpdate(IMvcSubject*pSubject, IMvcMessage*pMsg)
This method is called by the viewport OnUpdate() handler before it handles the message, but before it has stripped the individual commands out of a composite command.
Defined in: SECEditController.cpp
Return Value
void
Parameters
pSubject
Points to the subject of the message.
pMsg
Points to the message.
See Also