EventHandlersDataSet.EventHandlersRowChangeEvent Constructor
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 EventHandlersDataSet.EventHandlersRow, _
action As DataRowAction _
)
'Usage
Dim row As EventHandlersDataSet.EventHandlersRow
Dim action As DataRowAction
Dim instance As New EventHandlersDataSet.EventHandlersRowChangeEvent(row, action)
public EventHandlersRowChangeEvent(
EventHandlersDataSet.EventHandlersRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
EventHandlersDataSet.EventHandlersRowChangeEvent Class