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