Share via


EventHandlersDataSet.EventHandlersRowChangeEvent.Action property

Describes the event handler to be triggered when data changes in a specified row.

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

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

EventHandlersDataSet.EventHandlersRowChangeEvent members

WebSvcEvents namespace