Share via


IVsDataViewVisibilityProvider.VisibilityChanged Event

Occurs when the item's visibility changes.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

IVsDataViewVisibilityProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace