DocData::Modifying Event

 

An event that is raised when this DocData object is being marked as modified.

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

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

This method is called once for each call to Modify.

Return to top
Show: