EventHandlersDataSet.EventHandlersRowChangeEvent.Action Property
Describes the event handler to be triggered when data changes in a specified row.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Action As DataRowAction
Get
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRowChangeEvent
Dim value As DataRowAction
value = instance.Action
public DataRowAction Action { get; }
Property Value
Type: System.Data.DataRowAction
See Also
Reference
EventHandlersDataSet.EventHandlersRowChangeEvent Class