DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler delegate

Represents the method that handles events which occur when an action is performed on DriverPrioritizationDataSet.PrioritizationRow data.

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

Syntax

'Declaration
Public Delegate Sub PrioritizationRowChangeEventHandler ( _
    sender As Object, _
    e As DriverPrioritizationDataSet.PrioritizationRowChangeEvent _
)
'Usage
Dim instance As New PrioritizationRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void PrioritizationRowChangeEventHandler(
    Object sender,
    DriverPrioritizationDataSet.PrioritizationRowChangeEvent e
)

Parameters

See also

Reference

WebSvcDriver namespace