InPlaceTextEditor.BeginEdit Event

Event fired when in-place editing begins.

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

Syntax

'Declaration
Public Event BeginEdit As DiagramItemEventHandler
public event DiagramItemEventHandler BeginEdit
public:
 event DiagramItemEventHandler^ BeginEdit {
    void add (DiagramItemEventHandler^ value);
    void remove (DiagramItemEventHandler^ value);
}
member BeginEdit : IEvent<DiagramItemEventHandler,
    DiagramItemEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace