Compartir a través de


Delegado PermissionDataSet.FeaturesRowChangeEventHandler

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

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

Sintaxis

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

Parámetros

Vea también

Referencia

Espacio de nombres WebSvcSecurity