PermissionDataSet.ActionsDataTable.ActionsRowDeleted event
The post-event that occurs after the row is deleted.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event ActionsRowDeleted As PermissionDataSet.ActionsRowChangeEventHandler
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim handler As PermissionDataSet.ActionsRowChangeEventHandler
AddHandler instance.ActionsRowDeleted, handler
public event PermissionDataSet.ActionsRowChangeEventHandler ActionsRowDeleted
See also
Reference
PermissionDataSet.ActionsDataTable class