Share via


QueueStatusRequestDataSet.StatusRequestRowChangeEventHandler Delegate

Describes event handler settings for when the specified data is edited.

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 Delegate Sub StatusRequestRowChangeEventHandler ( _
    sender As Object, _
    e As QueueStatusRequestDataSet.StatusRequestRowChangeEvent _
)
'Usage
Dim instance As New StatusRequestRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusRequestRowChangeEventHandler(
    Object sender,
    QueueStatusRequestDataSet.StatusRequestRowChangeEvent e
)

Parameters

See Also

Reference

QueueSystem Web Service