LineShape.StartPointChanged 事件

StartPoint 属性值更改时发生。

命名空间:  Microsoft.VisualBasic.PowerPacks
程序集:  Microsoft.VisualBasic.PowerPacks.Vs(在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)

语法

声明
<BrowsableAttribute(True)> _
Public Event StartPointChanged As EventHandler
[BrowsableAttribute(true)]
public event EventHandler StartPointChanged
[BrowsableAttribute(true)]
public:
 event EventHandler^ StartPointChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
[<BrowsableAttribute(true)>]
member StartPointChanged : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

备注

处理执行操作的此事件,当 LineShape 控件的 X2Y2 属性值在运行时更改。 有关处理事件的更多信息,请参见使用事件

.NET Framework 安全性

请参见

参考

LineShape 类

Microsoft.VisualBasic.PowerPacks 命名空间

ShapeContainer

Shape

其他资源

如何:使用 OvalShape 和 RectangleShape 控件绘制形状 (Visual Studio)

如何:使用 LineShape 控件绘制直线 (Visual Studio)

Line 和 Shape 控件简介 (Visual Studio)