SecurityGroupsDataSet.SecurityGroupsDataTable.SecurityGroupsRowChanged Event
The post-event that occurs after the 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 SecurityGroupsRowChanged As SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsDataTable
Dim handler As SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler
AddHandler instance.SecurityGroupsRowChanged, handler
public event SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler SecurityGroupsRowChanged
See Also
Reference
SecurityGroupsDataSet.SecurityGroupsDataTable Class