SECEditView::OnUpdate
voidSECEditView::OnUpdate(IMvcSubject*pSubject, IMvcMessage*pMsg)
Handle notifications of change on the subject (SECEdit) this viewport is observing
Defined in: SECEditView.cpp
Return Value
void
Parameters
pSubject
The subject sending the update.
pMsg
A message indicating the change. This message is typically either an SECEditCommand or an SECEditCompositeCommand.
Comments
If the message id is ID_SECEDIT_SPLITTER_SYNCH, this method synchronizes the viewport to the active view; otherwise, it simply calls the base class implementation.See Also
SECEditViewSECEditViewWrapper::OnUpdate