ICodeRefactoringEvents Interface

 

Provides events that notify about the occurrence of a refactoring operation.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

public interface class ICodeRefactoringEvents

NameDescription
System_CAPS_pubeventClassNameChanged

Occurs after the name of a class has been changed.

System_CAPS_pubeventClassNameChanging

Occurs when the name of a class is about to be changed.

System_CAPS_pubeventNamespaceNameChanged

Occurs after the name of a namespace has been changed

System_CAPS_pubeventNamespaceNameChanging

Occurs when the name of a namespace is about to be changed.

Return to top
Show: