InPlaceTextEditor::EndEdit Event

 

Event fired when in-place editing is finished.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
event DiagramItemEventHandler^ EndEdit {
	void add(DiagramItemEventHandler^ value);
	void remove(DiagramItemEventHandler^ value);
}
Return to top
Show: