Share via


EventHandlersDataSet.EventHandlersRowChangeEvent constructor

Namespace:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub New ( _
    row As EventHandlersDataSet.EventHandlersRow, _
    action As DataRowAction _
)
'Usage
Dim row As EventHandlersDataSet.EventHandlersRow
Dim action As DataRowAction

Dim instance As New EventHandlersDataSet.EventHandlersRowChangeEvent(row, action)
public EventHandlersRowChangeEvent(
    EventHandlersDataSet.EventHandlersRow row,
    DataRowAction action
)

Parameters

See also

Reference

EventHandlersDataSet.EventHandlersRowChangeEvent class

EventHandlersDataSet.EventHandlersRowChangeEvent members

WebSvcEvents namespace