VersionsDataSet.VersionsRowChangeEvent constructor
Initializes a new instance of the VersionsDataSet.VersionsRowChangeEvent object.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As VersionsDataSet.VersionsRow, _
action As DataRowAction _
)
'Usage
Dim row As VersionsDataSet.VersionsRow
Dim action As DataRowAction
Dim instance As New VersionsDataSet.VersionsRowChangeEvent(row, action)
public VersionsRowChangeEvent(
VersionsDataSet.VersionsRow row,
DataRowAction action
)
Parameters
row
Type: WebSvcAdmin.VersionsDataSet.VersionsRowThe row that contains changed data.
action
Type: System.Data.DataRowActionAn enumeration constant that represents the action that raised the event.
See also
Reference
VersionsDataSet.VersionsRowChangeEvent class