StatusingDataSet.AssnCustomFieldsRowChangeEventHandler Delegate

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

Syntax

'Declaration
Public Delegate Sub AssnCustomFieldsRowChangeEventHandler ( _
    sender As Object, _
    e As StatusingDataSet.AssnCustomFieldsRowChangeEvent _
)
'Usage
Dim instance As New AssnCustomFieldsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssnCustomFieldsRowChangeEventHandler(
    Object sender,
    StatusingDataSet.AssnCustomFieldsRowChangeEvent e
)

Parameters

See Also

Reference

WebSvcStatusing Namespace