ResourcePlanDataSet.DatesDataTable.DatesRowChanging event
The pre-event that occurs before the row is changed.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event DatesRowChanging As ResourcePlanDataSet.DatesRowChangeEventHandler
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim handler As ResourcePlanDataSet.DatesRowChangeEventHandler
AddHandler instance.DatesRowChanging, handler
public event ResourcePlanDataSet.DatesRowChangeEventHandler DatesRowChanging
See also
Reference
ResourcePlanDataSet.DatesDataTable class