IExtensionPartLazyCollection<T>.PartsRemoved Event

Definition

An event that is raised when parts are removed from the collection due to service availability changes.

event EventHandler<Microsoft.Internal.VisualStudio.Extensibility.Framework.LazyExtensionPartsChangedEventArgs<T>> PartsRemoved;
member this.PartsRemoved : EventHandler<Microsoft.Internal.VisualStudio.Extensibility.Framework.LazyExtensionPartsChangedEventArgs<'T>> 
Event PartsRemoved As EventHandler(Of LazyExtensionPartsChangedEventArgs(Of T)) 

Event Type

Applies to