IOutliningManager.RegionsExpanded 事件
發生於展開 ICollapsed 區域時。
命名空間: Microsoft.VisualStudio.Text.Outlining
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Event RegionsExpanded As EventHandler(Of RegionsExpandedEventArgs)
event EventHandler<RegionsExpandedEventArgs> RegionsExpanded
event EventHandler<RegionsExpandedEventArgs^>^ RegionsExpanded {
void add (EventHandler<RegionsExpandedEventArgs^>^ value);
void remove (EventHandler<RegionsExpandedEventArgs^>^ value);
}
abstract RegionsExpanded : IEvent<EventHandler<RegionsExpandedEventArgs>,
RegionsExpandedEventArgs>
JScript 不支援事件。
備註
在一組有變更時,不會引發這個事件ICollapsible上相對應的 elision 緩衝區的區域。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。