StatusTransactionDataSet.StatusTransactionsRowChangeEventHandler Delegate

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Delegate Sub StatusTransactionsRowChangeEventHandler ( _
    sender As Object, _
    e As StatusTransactionDataSet.StatusTransactionsRowChangeEvent _
)
'Usage
Dim instance As New StatusTransactionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusTransactionsRowChangeEventHandler(
    Object sender,
    StatusTransactionDataSet.StatusTransactionsRowChangeEvent e
)

Parameters

See Also

Reference

WebSvcStatusing Namespace