Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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
- 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
IVsDataViewBrowseObjectProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace