AssnHistoryDataSet.HistoryRowChangeEventHandler delegate

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

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

Syntax

'Declaration
Public Delegate Sub HistoryRowChangeEventHandler ( _
    sender As Object, _
    e As AssnHistoryDataSet.HistoryRowChangeEvent _
)
'Usage
Dim instance As New HistoryRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void HistoryRowChangeEventHandler(
    Object sender,
    AssnHistoryDataSet.HistoryRowChangeEvent e
)

Parameters

See also

Reference

WebSvcStatusing namespace