共用方式為


DiagramPointEventHandler 委派

委派來處理需要點的座標,如 Click 事件的事件。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public Delegate Sub DiagramPointEventHandler ( _
    sender As Object, _
    e As DiagramPointEventArgs _
)
public delegate void DiagramPointEventHandler(
    Object sender,
    DiagramPointEventArgs e
)

參數

請參閱

參考

Microsoft.VisualStudio.Modeling.Diagrams 命名空間