PermissionDataSet.ActionsDataTable.ActionsRowChanging Event
The pre-event that occurs before the row is changed.
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 ActionsRowChanging As PermissionDataSet.ActionsRowChangeEventHandler
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim handler As PermissionDataSet.ActionsRowChangeEventHandler
AddHandler instance.ActionsRowChanging, handler
public event PermissionDataSet.ActionsRowChangeEventHandler ActionsRowChanging
See Also
Reference
PermissionDataSet.ActionsDataTable Class