Compartilhar 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

'Declaração
Public Event CodeDomChanged As EventHandler
public event EventHandler CodeDomChanged

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

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