CGXGridCore::OnGridUpdate
virtual void OnGridUpdate(CWnd* pSender, LPARAM lHint, CObject* pHint);?
pSender
Points to the view that modified the document, or NULL if all views are to be updated.
lHint
Contains information about the modifications.
pHint
Points to an object storing information about the modifications. This object should be derived from CGXGridHint.
Remarks
Overridable method which is called to notify a view that its document has been modified.
See the description of CView::OnUpdate for general notes on the update-mechanism. The User's Guide provides more specific notes on the update-mechanism used in the grid-component.
Control-Factory Specific ->
This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementUpdateHint method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.
If no concrete implementation is available this method performs no action.
END Control-Factory Specific
See Also
CGXGridHint CGXGridCore::UpdateAllViews CGXGridCore::EnableHints