EventsDataSet.EventRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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