Share via


ActionableUpdateSolutionListener.UpdateSolutionCancelEventHandler Delegate

Represents the method that will handle the UpdateSolution_CancelEvent 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 UpdateSolutionCancelEventHandler As Integer
'Usage
Dim instance As New UpdateSolutionCancelEventHandler(AddressOf HandlerMethod)
public delegate int UpdateSolutionCancelEventHandler()
public delegate int UpdateSolutionCancelEventHandler()
JScript does not support delegates.
type UpdateSolutionCancelEventHandler = 
    delegate of unit -> int

Return Value

Type: System.Int32

See Also

Reference

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