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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace