Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides events that notify about the occurrence of a refactoring operation.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ICodeRefactoringEvents
public interface ICodeRefactoringEvents
The ICodeRefactoringEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
.gif)