Occurs when the browse object is changed.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Event BrowseObjectChanged As EventHandler(Of DataViewNodeEventArgs)
'使用
Dim instance As DataViewBrowseObjectProvider
Dim handler As EventHandler(Of DataViewNodeEventArgs)
AddHandler instance.BrowseObjectChanged, handler
public event EventHandler<DataViewNodeEventArgs> BrowseObjectChanged
public:
virtual event EventHandler<DataViewNodeEventArgs^>^ BrowseObjectChanged {
void add (EventHandler<DataViewNodeEventArgs^>^ value);
void remove (EventHandler<DataViewNodeEventArgs^>^ value);
}
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.
Permissions
- 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.
See Also
Reference
DataViewBrowseObjectProvider Class