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.
Post-event that occurs after the row is deleted.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event AssignmentRowDeleted As ProjectDataSet.AssignmentRowChangeEventHandler
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim handler As ProjectDataSet.AssignmentRowChangeEventHandler
AddHandler instance.AssignmentRowDeleted, handler
public event ProjectDataSet.AssignmentRowChangeEventHandler AssignmentRowDeleted
See also
Reference
ProjectDataSet.AssignmentDataTable class