Share via


GlobalType.Changed Event

Occurs after the current global type is modified.

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

Syntax

'Declaration
Public Event Changed As EventHandler
'Usage
Dim instance As GlobalType 
Dim handler As EventHandler 

AddHandler instance.Changed, handler
public event EventHandler Changed
public:
 event EventHandler^ Changed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

Remarks

The Changed event is raised by the PerformChange 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

GlobalType Members

Microsoft.VisualStudio.Shell.Design Namespace

PerformChange

OnChanged

Changing