Condividi tramite


Evento Shape.ChangeUICues

Si verifica quando lo stato attivo o i tasti di scelta rapida dell'interfaccia utente vengono modificati.

Spazio dei nomi:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Sintassi

'Dichiarazione
<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 non supporta gli eventi.

Note

Per ulteriori informazioni su come gestire gli eventi, vedere Gestione e generazione di eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Shape Classe

Spazio dei nomi Microsoft.VisualBasic.PowerPacks

Altre risorse

Procedura: disegnare linee con il controllo LineShape (Visual Studio)

Procedura: disegnare forme con i controlli OvalShape e RectangleShape (Visual Studio)

Introduzione ai controlli Line e Shape (Visual Studio)