LineShape.StartPointChanged Event

Occurs when the StartPoint property value changes.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
<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 does not support events.

Remarks

Handle this event to perform actions when the X2 or Y2 property value of a LineShape control is changed at run time. For more information about handling events, see Consuming Events.

.NET Framework Security

See Also

Reference

LineShape Class

Microsoft.VisualBasic.PowerPacks Namespace

ShapeContainer

Shape

Other Resources

How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)

How to: Draw Lines with the LineShape Control (Visual Studio)

Introduction to the Line and Shape Controls (Visual Studio)