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