Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when one or more nodes are deleted from Solution Explorer.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event ShowDeleteRemoveMessage As EventHandler(Of ShowDeleteRemoveMessageEventArgs)
event EventHandler<ShowDeleteRemoveMessageEventArgs> ShowDeleteRemoveMessage
event EventHandler<ShowDeleteRemoveMessageEventArgs^>^ ShowDeleteRemoveMessage {
void add (EventHandler<ShowDeleteRemoveMessageEventArgs^>^ value);
void remove (EventHandler<ShowDeleteRemoveMessageEventArgs^>^ value);
}
abstract ShowDeleteRemoveMessage : IEvent<EventHandler<ShowDeleteRemoveMessageEventArgs>,
ShowDeleteRemoveMessageEventArgs>
JScript does not support events.
Remarks
By responding to this event, listeners can display a unique MessageBox to the user.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace