Share via


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)

Syntax

'Declaration
Public Event CodeDomChanged As EventHandler
'Usage
Dim instance As CodeDomDocDataAdapter 
Dim handler As EventHandler 

AddHandler instance.CodeDomChanged, handler
public event EventHandler CodeDomChanged
public:
 event EventHandler^ CodeDomChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

Remarks

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

.NET Framework Security

See Also

Reference

CodeDomDocDataAdapter Class

CodeDomDocDataAdapter Members

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace