Compartir a través de


IVsDataViewBrowseObjectProvider.BrowseObjectChanged (Evento)

Se produce cuando cambia el objeto de examen.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewBrowseObjectProvider Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)