TimesheetDataSet.StatusingChangeLogDataTable.StatusingChangeLogRowChanged event
The post-event that occurs after the row is changed.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event StatusingChangeLogRowChanged As TimesheetDataSet.StatusingChangeLogRowChangeEventHandler
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogDataTable
Dim handler As TimesheetDataSet.StatusingChangeLogRowChangeEventHandler
AddHandler instance.StatusingChangeLogRowChanged, handler
public event TimesheetDataSet.StatusingChangeLogRowChangeEventHandler StatusingChangeLogRowChanged
See also
Reference
TimesheetDataSet.StatusingChangeLogDataTable class