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 UnsubmittedTimesheetDataSet.TimePeriodsRow data.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub TimePeriodsRowChangeEventHandler ( _
sender As Object, _
e As UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent _
)
'Usage
Dim instance As New TimePeriodsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void TimePeriodsRowChangeEventHandler(
Object sender,
UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEventThe data for the event.