共用方式為


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 安全性

請參閱

參考

IOutliningManager 介面

Microsoft.VisualStudio.Text.Outlining 命名空間