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