TimesheetDataSet.CustomFieldsRowChangeEvent.Row property
Specifies the row containing changed data.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Row As TimesheetDataSet.CustomFieldsRow
Get
'Usage
Dim instance As TimesheetDataSet.CustomFieldsRowChangeEvent
Dim value As TimesheetDataSet.CustomFieldsRow
value = instance.Row
public TimesheetDataSet.CustomFieldsRow Row { get; }
Property value
Type: WebSvcTimeSheet.TimesheetDataSet.CustomFieldsRow
See also
Reference
TimesheetDataSet.CustomFieldsRowChangeEvent class