Shape.ChangeUICues 事件
發生於焦點或鍵盤使用者介面 (UI) 提示變更時。
命名空間: Microsoft.VisualBasic.PowerPacks
組件: Microsoft.VisualBasic.PowerPacks.Vs (在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)
語法
'宣告
<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 不支援事件。
備註
如需如何處理事件的詳細資訊,請參閱處理和引發事件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualBasic.PowerPacks 命名空間
其他資源
如何:使用 LineShape 控制項繪製線條 (Visual Studio)