ProjectDataSet.AssignmentRowChangeEventHandler Delegate

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Delegate Sub AssignmentRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectDataSet.AssignmentRowChangeEvent _
)
'Usage
Dim instance As New AssignmentRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssignmentRowChangeEventHandler(
    Object sender,
    ProjectDataSet.AssignmentRowChangeEvent e
)

Parameters

See Also

Reference

WebSvcStatusing Namespace