ProjectWSSInfoDataSet.ProjWssInfoRowChangeEventHandler delegate

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

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

Syntax

'Declaration
Public Delegate Sub ProjWssInfoRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent _
)
'Usage
Dim instance As New ProjWssInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ProjWssInfoRowChangeEventHandler(
    Object sender,
    ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent e
)

Parameters

See also

Reference

WebSvcWssInterop namespace