Share via


GlobalType.Removing Event

Occurs before the current global type is removed from use.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Event Removing As EventHandler
public event EventHandler Removing
public:
 event EventHandler^ Removing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Removing : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

The Removing event is raised by the PerformRemove method whose default implementation passes an EventArgs value of Empty.

For more information about handling events, see Consuming Events.

.NET Framework Security

See Also

Reference

GlobalType Class

Microsoft.VisualStudio.Shell.Design Namespace

PerformRemove

OnRemoving

Removed