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