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.
Raises the BrowseObjectChanged event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnBrowseObjectChanged ( _
e As DataViewNodeEventArgs _
)
protected virtual void OnBrowseObjectChanged(
DataViewNodeEventArgs e
)
protected:
virtual void OnBrowseObjectChanged(
DataViewNodeEventArgs^ e
)
abstract OnBrowseObjectChanged :
e:DataViewNodeEventArgs -> unit
override OnBrowseObjectChanged :
e:DataViewNodeEventArgs -> unit
protected function OnBrowseObjectChanged(
e : DataViewNodeEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs
An EventArgs object that contains the event data.
.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.