ShapeElement::OnBeginEdit Method (DiagramItemEventArgs^)

 

Called when the user starts to edit a text field.

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

public:
virtual void OnBeginEdit(
	DiagramItemEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItemEventArgs^

The details of the editing operation.

field

The ShapeField that the user is editing.

Return to top
Show: