DriverDataSet.DriverImpactStatementsRowChangeEventHandler Delegate
Represents the method that handles events which occur when an action is performed on DriverDataSet.DriverImpactStatementsRow data.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
Public Delegate Sub DriverImpactStatementsRowChangeEventHandler ( _
sender As Object, _
e As DriverDataSet.DriverImpactStatementsRowChangeEvent _
)
'Usage
Dim instance As New DriverImpactStatementsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void DriverImpactStatementsRowChangeEventHandler(
Object sender,
DriverDataSet.DriverImpactStatementsRowChangeEvent e
)
Parameters
- sender
Type: System.Object