共用方式為


LineShape.EndPointChanged 事件

發生在 EndPoint 屬性值變更時。

命名空間:  Microsoft.VisualBasic.PowerPacks
組件:  Microsoft.VisualBasic.PowerPacks.Vs (在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)

語法

'宣告
<BrowsableAttribute(True)> _
Public Event EndPointChanged As EventHandler
[BrowsableAttribute(true)]
public event EventHandler EndPointChanged
[BrowsableAttribute(true)]
public:
 event EventHandler^ EndPointChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
[<BrowsableAttribute(true)>]
member EndPointChanged : IEvent<EventHandler,
    EventArgs>
JScript 不支援事件。

備註

處理這個事件來執行動作時X2Y2屬性值的LineShape在執行階段變更控制項。 如需處理事件的詳細資訊,請參閱處理和引發事件

.NET Framework 安全性

請參閱

參考

LineShape 類別

Microsoft.VisualBasic.PowerPacks 命名空間

ShapeContainer

Shape

其他資源

如何:使用 OvalShape 和 RectangleShape 控制項繪製圖案 (Visual Studio)

如何:使用 LineShape 控制項繪製線條 (Visual Studio)

Line 和 Shape 控制項簡介 (Visual Studio)