AssemblyDeletedEventArgs 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.
Contains event data for the Microsoft.VisualStudio.Shell.Design.AssemblyDeletedEvent that gets raised when an assembly is deleted.
public ref class AssemblyDeletedEventArgs sealed : EventArgs
public sealed class AssemblyDeletedEventArgs : EventArgs
type AssemblyDeletedEventArgs = class
inherit EventArgs
Public NotInheritable Class AssemblyDeletedEventArgs
Inherits EventArgs
- Inheritance
-
AssemblyDeletedEventArgs
Assembly |
Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly and types. |
Assembly |
Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly. |
Deleted |
Gets the Assembly that has been deleted. |
Deleted |
Gets the set of Type that have been deleted. |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |