EventHandlersDataSet.EventHandlersDataTable.AddEventHandlersRow method (EventHandlersDataSet.EventHandlersRow)
Adds an EventHandlersRow object to the EventHandlersDataTable.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcEvents.EventHandlersDataSet.EventHandlersRowContains the row that is to be added.
See also
Reference
EventHandlersDataSet.EventHandlersDataTable class