Called by clients when view objects are modified.
[Visual Basic 6.0]
Sub ContentsChanged
[Visual Basic .NET]
Public Sub ContentsChanged ( _
)
[C#] public void ContentsChanged ( );
[Java] public void contentsChanged ( ) throws IOException, AutomationException
[C++]
HRESULT ContentsChanged(
void
);
After modifying the contents view (table of contents), use this method to fire the IActiveViewEvents::ContentsChanged event so that clients listening for this event can respond accordingly.
IActiveView Interface | IActiveViewEvents.ContentsChanged Event