SecurityCategoriesDataSet.GroupRelationsDataTable.GroupRelationsRowChanging Event
The pre-event that occurs before a row is changed.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
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