QueueStatusDataSet.StatusRowChangeEventHandler delegate

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

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Delegate Sub StatusRowChangeEventHandler ( _
    sender As Object, _
    e As QueueStatusDataSet.StatusRowChangeEvent _
)
'Usage
Dim instance As New StatusRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusRowChangeEventHandler(
    Object sender,
    QueueStatusDataSet.StatusRowChangeEvent e
)

Parameters

See also

Reference

WebSvcQueueSystem namespace