ShapeSubField.OnBeginEdit Method
Called when in-place editing has begun.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Overridable Sub OnBeginEdit ( _
e As DiagramItemEventArgs _
)
protected virtual void OnBeginEdit(
DiagramItemEventArgs e
)
protected:
virtual void OnBeginEdit(
DiagramItemEventArgs^ e
)
abstract OnBeginEdit :
e:DiagramItemEventArgs -> unit
override OnBeginEdit :
e:DiagramItemEventArgs -> unit
protected function OnBeginEdit(
e : DiagramItemEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgsA DiagramItemEventArgs containing event data.
.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.