EventsDataSet.EventRowChangeEventHandler delegate
Represents the method that handles events which occur when an action is performed on EventsDataSet.EventRow data.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
- sender
Type: System.Object