StatusingSettingsDataSet.StatusingSettingsRowChangeEventHandler Delegate

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

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Delegate Sub StatusingSettingsRowChangeEventHandler ( _
    sender As Object, _
    e As StatusingSettingsDataSet.StatusingSettingsRowChangeEvent _
)
'Usage
Dim instance As New StatusingSettingsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusingSettingsRowChangeEventHandler(
    Object sender,
    StatusingSettingsDataSet.StatusingSettingsRowChangeEvent e
)

Parameters

See Also

Reference

Admin Web Service