Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pre-event that occurs before a row is deleted.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event DependencyRowDeleting As ProjectDataSet.DependencyRowChangeEventHandler
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim handler As ProjectDataSet.DependencyRowChangeEventHandler
AddHandler instance.DependencyRowDeleting, handler
public event ProjectDataSet.DependencyRowChangeEventHandler DependencyRowDeleting
See also
Reference
ProjectDataSet.DependencyDataTable class