Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes event handler settings for when data associated with a ResourceAssignmentDataSet.ResourceAssignmentRow is edited and an event should be triggered.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Delegate Sub ResourceAssignmentRowChangeEventHandler ( _
sender As Object, _
e As ResourceAssignmentDataSet.ResourceAssignmentRowChangeEvent _
)
'Usage
Dim instance As New ResourceAssignmentRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ResourceAssignmentRowChangeEventHandler(
Object sender,
ResourceAssignmentDataSet.ResourceAssignmentRowChangeEvent e
)
Parameters
- sender
Type: System.Object