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