Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the browse object is changed.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Event BrowseObjectChanged As EventHandler(Of DataViewNodeEventArgs)
public event EventHandler<DataViewNodeEventArgs> BrowseObjectChanged
public:
virtual event EventHandler<DataViewNodeEventArgs^>^ BrowseObjectChanged {
void add (EventHandler<DataViewNodeEventArgs^>^ value);
void remove (EventHandler<DataViewNodeEventArgs^>^ value);
}
abstract BrowseObjectChanged : IEvent<EventHandler<DataViewNodeEventArgs>,
DataViewNodeEventArgs>
override BrowseObjectChanged : IEvent<EventHandler<DataViewNodeEventArgs>,
DataViewNodeEventArgs>
JScript does not support events.
Implements
IVsDataViewBrowseObjectProvider.BrowseObjectChanged
Remarks
When this event is raised, the data view hierarchy responds by refreshing the browse object in the properties window.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.