TimesheetListDataSet.TimesheetsRowChangeEventHandler Delegate

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

Syntax

'Declaration
Public Delegate Sub TimesheetsRowChangeEventHandler ( _
    sender As Object, _
    e As TimesheetListDataSet.TimesheetsRowChangeEvent _
)
'Usage
Dim instance As New TimesheetsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void TimesheetsRowChangeEventHandler(
    Object sender,
    TimesheetListDataSet.TimesheetsRowChangeEvent e
)

Parameters

See Also

Reference

WebSvcTimeSheet Namespace