PermissionDataSet.ActionsDataTable.ActionsRowDeleting Event

The pre-event that occurs before the row is deleted.

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

Syntax

'Declaration
Public Event ActionsRowDeleting As PermissionDataSet.ActionsRowChangeEventHandler
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim handler As PermissionDataSet.ActionsRowChangeEventHandler

AddHandler instance.ActionsRowDeleting, handler
public event PermissionDataSet.ActionsRowChangeEventHandler ActionsRowDeleting

See Also

Reference

PermissionDataSet.ActionsDataTable Class

PermissionDataSet.ActionsDataTable Members

Security Web Service