Share via


WssSettingsDataSet.WssAdminRowChangeEventHandler 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 WssAdminRowChangeEventHandler ( _
    sender As Object, _
    e As WssSettingsDataSet.WssAdminRowChangeEvent _
)
'Usage
Dim instance As New WssAdminRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void WssAdminRowChangeEventHandler(
    Object sender,
    WssSettingsDataSet.WssAdminRowChangeEvent e
)

Parameters

See also

Reference

WebSvcWssInterop namespace