ShapeSubField.OnDoubleClick(DiagramPointEventArgs) 方法

定义

由该控件的 OnDoubleClick () 调用。

public:
 virtual void OnDoubleClick(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ e);
public virtual void OnDoubleClick (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs e);
abstract member OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Public Overridable Sub OnDoubleClick (e As DiagramPointEventArgs)

参数

e
DiagramPointEventArgs

一个包含事件数据的 DiagramPointEventArgs。

适用于