ICodeRefactoringEvents Interface
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.
Provides events that notify about the occurrence of a refactoring operation.
public interface class ICodeRefactoringEvents
public interface ICodeRefactoringEvents
type ICodeRefactoringEvents = interface
Public Interface ICodeRefactoringEvents
Events
ClassNameChanged |
Occurs after the name of a class has been changed. |
ClassNameChanging |
Occurs when the name of a class is about to be changed. |
NamespaceNameChanged |
Occurs after the name of a namespace has been changed |
NamespaceNameChanging |
Occurs when the name of a namespace is about to be changed. |