EventsDataSet.EventRowChangeEvent.Row property
Especifica a linha que contém os dados alterados.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public ReadOnly Property Row As EventsDataSet.EventRow
Get
'Uso
Dim instance As EventsDataSet.EventRowChangeEvent
Dim value As EventsDataSet.EventRow
value = instance.Row
public EventsDataSet.EventRow Row { get; }
Property value
Type: WebSvcEvents.EventsDataSet.EventRow
Ver também
Referência
EventsDataSet.EventRowChangeEvent class