CodeDomDocDataAdapter::OnCodeDomChanged Method (EventArgs^)

 

Called when the code has changed externally.

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

protected:
virtual void OnCodeDomChanged(
	EventArgs^ e
)

Parameters

e
Type: System::EventArgs^

 EventArgs.

This ensures that the CodeCompileUnit is up-to-date.

Return to top
Show: