Share via


ActionableCfgProviderListener.OnConfigurationNameRenamedEventHandler Delegate

Represents the method that will handle the ConfigurationNameRenamedEvent event when it is raised.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Delegate Function OnConfigurationNameRenamedEventHandler ( _
    projectNode As IDatabaseProjectNode, _
    oldName As String, _
    newHome As String _
) As Integer
'Usage
Dim instance As New OnConfigurationNameRenamedEventHandler(AddressOf HandlerMethod)
public delegate int OnConfigurationNameRenamedEventHandler(
    IDatabaseProjectNode projectNode,
    string oldName,
    string newHome
)
public delegate int OnConfigurationNameRenamedEventHandler(
    IDatabaseProjectNode^ projectNode, 
    String^ oldName, 
    String^ newHome
)
JScript does not support delegates.
type OnConfigurationNameRenamedEventHandler = 
    delegate of 
        projectNode:IDatabaseProjectNode * 
        oldName:string * 
        newHome:string -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace