SecurityCategoriesDataSet.GroupRelationsDataTable.GroupRelationsRowChanging event
The pre-event that occurs before a row is changed.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event GroupRelationsRowChanging As SecurityCategoriesDataSet.GroupRelationsRowChangeEventHandler
'Usage
Dim instance As SecurityCategoriesDataSet.GroupRelationsDataTable
Dim handler As SecurityCategoriesDataSet.GroupRelationsRowChangeEventHandler
AddHandler instance.GroupRelationsRowChanging, handler
public event SecurityCategoriesDataSet.GroupRelationsRowChangeEventHandler GroupRelationsRowChanging
See also
Reference
SecurityCategoriesDataSet.GroupRelationsDataTable class