StatusApprovalDataSet.StatusApprovalsRowChangeEventHandler Delegate

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

Syntax

'Declaration
Public Delegate Sub StatusApprovalsRowChangeEventHandler ( _
    sender As Object, _
    e As StatusApprovalDataSet.StatusApprovalsRowChangeEvent _
)
'Usage
Dim instance As New StatusApprovalsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusApprovalsRowChangeEventHandler(
    Object sender,
    StatusApprovalDataSet.StatusApprovalsRowChangeEvent e
)

Parameters

See Also

Reference

WebSvcStatusing Namespace