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