Compartir a través de


Delegado SecurityCategoriesDataSet.SecurityCategoryObjectsRowChangeEventHandler

Describe el controlador de eventos debe activarse la configuración cuando se modifiquen los datos asociados con un SecurityCategoriesDataSet.SecurityCategoryObjectsRow y un evento.

Espacio de nombres:  WebSvcSecurity
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Delegate Sub SecurityCategoryObjectsRowChangeEventHandler ( _
    sender As Object, _
    e As SecurityCategoriesDataSet.SecurityCategoryObjectsRowChangeEvent _
)
'Uso
Dim instance As New SecurityCategoryObjectsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SecurityCategoryObjectsRowChangeEventHandler(
    Object sender,
    SecurityCategoriesDataSet.SecurityCategoryObjectsRowChangeEvent e
)

Parámetros

Vea también

Referencia

Espacio de nombres WebSvcSecurity