次の方法で共有


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
public event EventHandler Changing

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.

.NET Framework Security

See Also

Reference

GlobalType Class

Microsoft.VisualStudio.Shell.Design Namespace

PerformChange

OnChanging

Changed