ContentUpdated
TheContentUpdatedmethod notifies this frame's containing part that this frame's part has updated its content, so the containing part can update any link sources that it maintains.
void ContentUpdated (in ODUpdateID change);
change- The update ID associated with this frame.
DISCUSSION
Your part calls its display frame'sContentUpdatedmethod when your part's content changes. Your part should avoid calling this method at every content change; it can probably call this method after a reasonable pause and when the part loses the selection focus. This method may be called multiple times. This method in turn calls theEmbeddedFrameUpdatedmethod for all containing parts in the frame hierarchy through the root part of the window, so that any affected link sources can be updated.SEE ALSO
TheODUpdateIDtype (page 917).
TheODPart::EmbeddedFrameUpdatedmethod (page 512).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help