PermissionDataSet.ActionsRowChangeEventHandler - Délégué
Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une PermissionDataSet.ActionsRow sont modifiées et un événement doivent être déclenchés.
Espace de noms : WebSvcSecurity
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Delegate Sub ActionsRowChangeEventHandler ( _
sender As Object, _
e As PermissionDataSet.ActionsRowChangeEvent _
)
'Utilisation
Dim instance As New ActionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ActionsRowChangeEventHandler(
Object sender,
PermissionDataSet.ActionsRowChangeEvent e
)
Paramètres
- sender
Type : System.Object