EventsDataSet.EventRowChangeEvent Constructor
Initializes a new instance of the EventsDataSet.EventRowChangeEvent object.
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 Sub New ( _
row As EventsDataSet.EventRow, _
action As DataRowAction _
)
'Usage
Dim row As EventsDataSet.EventRow
Dim action As DataRowAction
Dim instance As New EventsDataSet.EventRowChangeEvent(row, action)
public EventRowChangeEvent(
EventsDataSet.EventRow row,
DataRowAction action
)
Parameters
- row
Type: [Events Web service].EventsDataSet.EventRow
The row containing changed data.
- action
Type: System.Data.DataRowAction
An enumeration constant that represents the action that raised the event.
See Also
Reference
EventsDataSet.EventRowChangeEvent Class