PermissionDataSet.FeaturesDataTable.FeaturesRowDeleting 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 FeaturesRowDeleting As PermissionDataSet.FeaturesRowChangeEventHandler
'Usage
Dim instance As PermissionDataSet.FeaturesDataTable
Dim handler As PermissionDataSet.FeaturesRowChangeEventHandler

AddHandler instance.FeaturesRowDeleting, handler
public event PermissionDataSet.FeaturesRowChangeEventHandler FeaturesRowDeleting

See Also

Reference

PermissionDataSet.FeaturesDataTable Class

PermissionDataSet.FeaturesDataTable Members

Security Web Service