ExtensionPartsChangedEventArgs<T> Class
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.
Event arguments for extension parts added or removed events.
C#
public class ExtensionPartsChangedEventArgs<T> : EventArgs
type ExtensionPartsChangedEventArgs<'T> = class
inherit EventArgs
Public Class ExtensionPartsChangedEventArgs(Of T)
Inherits EventArgs
- T
Type of the contract that is being monitored.
- Inheritance
-
ExtensionPartsChangedEventArgs<T>
Extension |
Initializes a new instance of the ExtensionPartsChangedEventArgs<T> class. |
Parts |
Gets the parts that are listed in this event (could be added or removed parts). |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2022 |