Share via


EventsDataSet.EventRowChangeEvent.Row property

Specifies the row containing changed data.

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

Syntax

'Declaration
Public ReadOnly Property Row As EventsDataSet.EventRow
    Get
'Usage
Dim instance As EventsDataSet.EventRowChangeEvent
Dim value As EventsDataSet.EventRow

value = instance.Row
public EventsDataSet.EventRow Row { get; }

Property value

Type: WebSvcEvents.EventsDataSet.EventRow

See also

Reference

EventsDataSet.EventRowChangeEvent class

EventsDataSet.EventRowChangeEvent members

WebSvcEvents namespace