SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler - Délégué
Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une SecurityGroupsDataSet.SecurityGroupsRow 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 SecurityGroupsRowChangeEventHandler ( _
sender As Object, _
e As SecurityGroupsDataSet.SecurityGroupsRowChangeEvent _
)
'Utilisation
Dim instance As New SecurityGroupsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SecurityGroupsRowChangeEventHandler(
Object sender,
SecurityGroupsDataSet.SecurityGroupsRowChangeEvent e
)
Paramètres
- sender
Type : System.Object