共用方式為


DiagramPointEventHandler 委派

處理需要點座標之事件 (例如按一下事件) 的委派。

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

語法

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

參數

請參閱

參考

Microsoft.VisualStudio.Modeling.Diagrams 命名空間