SecurityGroupsDataSet.SecurityGroupsDataTable.SecurityGroupsRowChanging event
The pre-event that occurs before the row is changed.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event SecurityGroupsRowChanging As SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsDataTable
Dim handler As SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler
AddHandler instance.SecurityGroupsRowChanging, handler
public event SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler SecurityGroupsRowChanging
See also
Reference
SecurityGroupsDataSet.SecurityGroupsDataTable class