ShapeSubField.OnBeginEdit(DiagramItemEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when in-place editing has begun.
protected:
virtual void OnBeginEdit(Microsoft::VisualStudio::Modeling::Diagrams::DiagramItemEventArgs ^ e);
protected virtual void OnBeginEdit (Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs e);
abstract member OnBeginEdit : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs -> unit
override this.OnBeginEdit : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs -> unit
Protected Overridable Sub OnBeginEdit (e As DiagramItemEventArgs)
Parameters
A DiagramItemEventArgs containing event data.