Delegado SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler
Describe el controlador de eventos debe activarse la configuración cuando se modifiquen los datos asociados con un SecurityGroupsDataSet.SecurityGroupsRow y un evento.
Espacio de nombres: WebSvcSecurity
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Delegate Sub SecurityGroupsRowChangeEventHandler ( _
sender As Object, _
e As SecurityGroupsDataSet.SecurityGroupsRowChangeEvent _
)
'Uso
Dim instance As New SecurityGroupsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SecurityGroupsRowChangeEventHandler(
Object sender,
SecurityGroupsDataSet.SecurityGroupsRowChangeEvent e
)
Parámetros
- sender
Tipo: System.Object