QueueStatusDataSet.StatusDataTable.StatusRowDeleting Event
A pre-event that is raised when a row in a StatusDataTable is to be deleted.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
Syntax
'Declaration
Public Event StatusRowDeleting As QueueStatusDataSet.StatusRowChangeEventHandler
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim handler As QueueStatusDataSet.StatusRowChangeEventHandler
AddHandler instance.StatusRowDeleting, handler
public event QueueStatusDataSet.StatusRowChangeEventHandler StatusRowDeleting
See Also
Reference
QueueStatusDataSet.StatusDataTable Class