GlobalType.Changing Event
Occurs before the current global type is modified.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
Public Event Changing As EventHandler
Dim instance As GlobalType
Dim handler As EventHandler
AddHandler instance.Changing, handler
public event EventHandler Changing
public:
event EventHandler^ Changing {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Remarks
The Changing 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.
Permissions
- 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.