ICodeRefactoringEvents.NamespaceNameChanging Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the name of a namespace is about to be changed.
public:
event EventHandler<Microsoft::VisualStudio::SharePoint::NamespaceNameChangingEventArgs ^> ^ NamespaceNameChanging;
event EventHandler<Microsoft.VisualStudio.SharePoint.NamespaceNameChangingEventArgs> NamespaceNameChanging;
member this.NamespaceNameChanging : EventHandler<Microsoft.VisualStudio.SharePoint.NamespaceNameChangingEventArgs>
Event NamespaceNameChanging As EventHandler(Of NamespaceNameChangingEventArgs)
Event Type
Remarks
Use event arguments to either list additional files that might be affected by your code or to cancel refactoring.