Evento Shape.ChangeUICues

Ocorre quando a disposição do foco ou da interface de usuário de teclado (UI) é alterado.

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

Sintaxe

'Declaração
<BrowsableAttribute(True)> _
Public Event ChangeUICues As UICuesEventHandler
[BrowsableAttribute(true)]
public event UICuesEventHandler ChangeUICues
[BrowsableAttribute(true)]
public:
 event UICuesEventHandler^ ChangeUICues {
    void add (UICuesEventHandler^ value);
    void remove (UICuesEventHandler^ value);
}
[<BrowsableAttribute(true)>]
member ChangeUICues : IEvent<UICuesEventHandler,
    UICuesEventArgs>
JScript não oferece suporte a eventos.

Comentários

Para obter mais informações sobre como manipular eventos, consulte Consumindo eventos.

Segurança do .NET Framework

Consulte também

Referência

Shape Classe

Namespace Microsoft.VisualBasic.PowerPacks

Outros recursos

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

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

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