次の方法で共有


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

See Also

Reference

EventsDataSet.EventRowChangeEvent Class

EventsDataSet.EventRowChangeEvent Members

Events Web Service