Share via


DriverDataSet.DriverRowChangeEvent.Action property

Specifies an enumeration constant that represents the action that raised the event.

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

Syntax

'Declaration
Public ReadOnly Property Action As DataRowAction
    Get
'Usage
Dim instance As DriverDataSet.DriverRowChangeEvent
Dim value As DataRowAction

value = instance.Action
public DataRowAction Action { get; }

Property value

Type: System.Data.DataRowAction
Returns DataRowAction.

See also

Reference

DriverDataSet.DriverRowChangeEvent class

DriverDataSet.DriverRowChangeEvent members

WebSvcDriver namespace