CodeDomDocDataAdapter::CodeDomChanged Event

 

This event is raised when an external party has made a change to the code file that would cause the code DOM to need rebuilding.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
event EventHandler^ CodeDomChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

Users of this object may listen to this event to know when they should rebuild the code DOM tree

Return to top
Show: