CodeDomDocDataAdapter.CodeDomChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
event EventHandler ^ CodeDomChanged;
public event EventHandler CodeDomChanged;
member this.CodeDomChanged : EventHandler
Public Custom Event CodeDomChanged As EventHandler