ISpaceReservationManager.GotAggregateFocus 事件

,在此空间保留管理器管理的任何一个修饰获得键盘焦点时,发生。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Event GotAggregateFocus As EventHandler
event EventHandler GotAggregateFocus
event EventHandler^ GotAggregateFocus {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract GotAggregateFocus : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参阅

参考

ISpaceReservationManager 接口

Microsoft.VisualStudio.Text.Editor 命名空间