DocData::DataChanged Event

 

An event that is raised when the data contained within this doc data has changed.

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

public:
event EventHandler^ DataChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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

Return to top
Show: