PermissionDataSet.ActionsDataTable.ActionsRowDeleting event
The pre-event that occurs before the row is deleted.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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