DocData::OnDataChanged Method (EventArgs^)

 

Called when an external change has been made to the doc data.

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

protected:
virtual void OnDataChanged(
	EventArgs^ e
)

Parameters

e
Type: System::EventArgs^

The arguments of the event change.

This event is not raised if there is an existing change marker.

Return to top
Show: