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.
Represents the method that handles events which occur when an action is performed on TimePeriodDataSet.TimePeriodsRow data.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Delegate Sub TimePeriodsRowChangeEventHandler ( _
sender As Object, _
e As TimePeriodDataSet.TimePeriodsRowChangeEvent _
)
'Usage
Dim instance As New TimePeriodsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void TimePeriodsRowChangeEventHandler(
Object sender,
TimePeriodDataSet.TimePeriodsRowChangeEvent e
)
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: [Admin Web service].TimePeriodDataSet.TimePeriodsRowChangeEvent
The data for the event.