EventHandlersDataSet.EventHandlersDataTable.AddEventHandlersRow Method (EventHandlersDataSet.EventHandlersRow)
Adds an EventHandlersRow object to the EventHandlersDataTable.
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 AddEventHandlersRow ( _
row As EventHandlersDataSet.EventHandlersRow _
)
'Usage
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim row As EventHandlersDataSet.EventHandlersRow
instance.AddEventHandlersRow(row)
public void AddEventHandlersRow(
EventHandlersDataSet.EventHandlersRow row
)
Parameters
- row
Type: [Events Web service].EventHandlersDataSet.EventHandlersRow
Contains the row that is to be added.
See Also
Reference
EventHandlersDataSet.EventHandlersDataTable Class