Share via


ActionableCfgProviderListener.OnPlatformNameAddedEventHandler Delegate

Represents the method that will handle the PlatformNameAddedEvent 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 OnPlatformNameAddedEventHandler ( _
    projectNode As IDatabaseProjectNode, _
    platformName As String _
) As Integer
'Usage
Dim instance As New OnPlatformNameAddedEventHandler(AddressOf HandlerMethod)
public delegate int OnPlatformNameAddedEventHandler(
    IDatabaseProjectNode projectNode,
    string platformName
)
public delegate int OnPlatformNameAddedEventHandler(
    IDatabaseProjectNode^ projectNode, 
    String^ platformName
)
JScript does not support delegates.
type OnPlatformNameAddedEventHandler = 
    delegate of 
        projectNode:IDatabaseProjectNode * 
        platformName:string -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

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