ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEventHandler delegate

Describes event handler settings for when data associated with a ProjectTimesheetLinesDataSet.CustomFieldsRow is edited and an event should be triggered.

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

Syntax

'Declaration
Public Delegate Sub CustomFieldsRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent _
)
'Usage
Dim instance As New CustomFieldsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void CustomFieldsRowChangeEventHandler(
    Object sender,
    ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent e
)

Parameters

See also

Reference

WebSvcTimeSheet namespace