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 不支持事件。

备注

,当在中的更改将相应 elision 缓冲区时,的 ICollapsible 区域此事件不会引发。

.NET Framework 安全性

请参阅

参考

IOutliningManager 接口

Microsoft.VisualStudio.Text.Outlining 命名空间