Compartir a través de


IVsDataViewVisibilityProvider.VisibilityChanged (Evento)

Se produce cuando cambia la visibilidad del elemento.

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

Sintaxis

'Declaración
Event VisibilityChanged As EventHandler(Of DataViewNodeEventArgs)
event EventHandler<DataViewNodeEventArgs> VisibilityChanged
event EventHandler<DataViewNodeEventArgs^>^ VisibilityChanged {
    void add (EventHandler<DataViewNodeEventArgs^>^ value);
    void remove (EventHandler<DataViewNodeEventArgs^>^ value);
}
abstract VisibilityChanged : IEvent<EventHandler<DataViewNodeEventArgs>,
    DataViewNodeEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewVisibilityProvider Interfaz

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