ExtensionPartsChangedEventArgs<T>.Parts Property
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.
Gets the parts that are listed in this event (could be added or removed parts).
public System.Collections.Generic.IEnumerable<T> Parts { get; }
member this.Parts : seq<'T>
Public ReadOnly Property Parts As IEnumerable(Of T)
Property Value
IEnumerable<T>