Share via


ActionableUpdateSolutionListener.UpdateSolutionStartUpdateEventHandler Delegate

Represents the method that will handle the UpdateSolution_StartUpdateEvent 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 UpdateSolutionStartUpdateEventHandler ( _
    ByRef cancelUpdate As Integer _
) As Integer
'Usage
Dim instance As New UpdateSolutionStartUpdateEventHandler(AddressOf HandlerMethod)
public delegate int UpdateSolutionStartUpdateEventHandler(
    ref int cancelUpdate
)
public delegate int UpdateSolutionStartUpdateEventHandler(
    int% cancelUpdate
)
JScript does not support delegates.
type UpdateSolutionStartUpdateEventHandler = 
    delegate of 
        cancelUpdate:int -> int

Parameters

  • cancelUpdate
    Type: System.Int32%
    Specifies whether to cancel update

Return Value

Type: System.Int32

See Also

Reference

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