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