Share via


TimesheetManagersDataSet.TimesheetManagersRowChangeEvent.Action property

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

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

Syntax

'Declaration
Public ReadOnly Property Action As DataRowAction
    Get
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersRowChangeEvent
Dim value As DataRowAction

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

Property value

Type: System.Data.DataRowAction
A enumerator that represents an action performed on a data row.

See also

Reference

TimesheetManagersDataSet.TimesheetManagersRowChangeEvent class

TimesheetManagersDataSet.TimesheetManagersRowChangeEvent members

WebSvcAdmin namespace