LineShape.EndPointChanged Event

Occurs when the EndPoint property value changes.

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

Syntax

'Declaration
<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 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)