Share via


IVsDataViewBrowseObjectProvider.BrowseObjectChanged Event

Occurs when the browse object is changed.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Event BrowseObjectChanged As EventHandler(Of DataViewNodeEventArgs)
event EventHandler<DataViewNodeEventArgs> BrowseObjectChanged
event EventHandler<DataViewNodeEventArgs^>^ BrowseObjectChanged {
    void add (EventHandler<DataViewNodeEventArgs^>^ value);
    void remove (EventHandler<DataViewNodeEventArgs^>^ value);
}
abstract BrowseObjectChanged : IEvent<EventHandler<DataViewNodeEventArgs>,
    DataViewNodeEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

IVsDataViewBrowseObjectProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace