IExtensionPartLazyCollection<T>.PartsRemoved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))