EventsDataSet.EventRowChangeEventHandler Delegate

Represents the method that handles events which occur when an action is performed on EventsDataSet.EventRow data.

Namespace:  [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl

Syntax

'Declaration
Public Delegate Sub EventRowChangeEventHandler ( _
    sender As Object, _
    e As EventsDataSet.EventRowChangeEvent _
)
'Usage
Dim instance As New EventRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void EventRowChangeEventHandler(
    Object sender,
    EventsDataSet.EventRowChangeEvent e
)

Parameters

See Also

Reference

Events Web Service