SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable.OnRowDeleted Method
A post-event handler for the SecurityPrincipleCategoryRelationsRowDeleted event.
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
Protected Overrides Sub OnRowDeleted ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowDeleted(e)
protected override void OnRowDeleted(
DataRowChangeEventArgs e
)
Parameters
- e
Type: System.Data.DataRowChangeEventArgs
The data for the event.
See Also
Reference
SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable Class
SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsDataTable Members