ShapeElement.OnBeginEdit Method
Called when the user starts to edit a text field.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Overridable Sub OnBeginEdit ( _
e As DiagramItemEventArgs _
)
public virtual void OnBeginEdit(
DiagramItemEventArgs e
)
public:
virtual void OnBeginEdit(
DiagramItemEventArgs^ e
)
abstract OnBeginEdit :
e:DiagramItemEventArgs -> unit
override OnBeginEdit :
e:DiagramItemEventArgs -> unit
public function OnBeginEdit(
e : DiagramItemEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs
The details of the editing operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.