StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRowChangeEventHandler delegate

Describes event handler settings for when data associated with a StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow is edited and an event should be triggered.

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

Syntax

'Declaration
Public Delegate Sub StatusApprovalTransactionDetailsRowChangeEventHandler ( _
    sender As Object, _
    e As StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRowChangeEvent _
)
'Usage
Dim instance As New StatusApprovalTransactionDetailsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusApprovalTransactionDetailsRowChangeEventHandler(
    Object sender,
    StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRowChangeEvent e
)

Parameters

See also

Reference

WebSvcStatusing namespace