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.
A post-event that is raised when a row in a StatusDataTable has been deleted.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event StatusRowDeleted As QueueStatusDataSet.StatusRowChangeEventHandler
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim handler As QueueStatusDataSet.StatusRowChangeEventHandler
AddHandler instance.StatusRowDeleted, handler
public event QueueStatusDataSet.StatusRowChangeEventHandler StatusRowDeleted
See also
Reference
QueueStatusDataSet.StatusDataTable class