IExtensionPartLazyCollection<T>.PartsAdded 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 new parts are added to the collection.
event EventHandler<Microsoft.Internal.VisualStudio.Extensibility.Framework.LazyExtensionPartsChangedEventArgs<T>> PartsAdded;
member this.PartsAdded : EventHandler<Microsoft.Internal.VisualStudio.Extensibility.Framework.LazyExtensionPartsChangedEventArgs<'T>>
Event PartsAdded As EventHandler(Of LazyExtensionPartsChangedEventArgs(Of T))