ICodeRefactoringEvents.NamespaceNameChanged 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 after the name of a namespace has been changed
public:
event EventHandler<Microsoft::VisualStudio::SharePoint::NamespaceNameChangedEventArgs ^> ^ NamespaceNameChanged;
event EventHandler<Microsoft.VisualStudio.SharePoint.NamespaceNameChangedEventArgs> NamespaceNameChanged;
member this.NamespaceNameChanged : EventHandler<Microsoft.VisualStudio.SharePoint.NamespaceNameChangedEventArgs>
Event NamespaceNameChanged As EventHandler(Of NamespaceNameChangedEventArgs)
Event Type
Remarks
You can execute your custom refactoring code in this event. Any additional files you declared added in the NamespaceNameChanged are not listed here.