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