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

See also

Reference

VersionsDataSet.VersionsRowChangeEvent class

VersionsDataSet.VersionsRowChangeEvent members

WebSvcAdmin namespace