Partilhar via


Evento LineShape.EndPointChanged

Ocorre quando o EndPoint as alterações de valor de propriedade.

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

Sintaxe

'Declaração
<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 não oferece suporte a eventos.

Comentários

Tratar este evento para executar ações quando o X2 ou Y2 valor da propriedade de um LineShape controle é alterado em tempo de execução.Para obter mais informações sobre tratamento eventos, consulte Consumindo eventos.

Segurança do .NET Framework

Consulte também

Referência

LineShape Classe

Namespace Microsoft.VisualBasic.PowerPacks

ShapeContainer

Shape

Outros recursos

Como: desenhar formas com os controles de RectangleShape (Visual Studio) e o OvalShape

Como: desenhar linhas com o controle de LineShape (Visual Studio)

Introdução à linha e controles Shape (Visual Studio)