_EProjectApp_ProjectBeforeAssignmentDeleteEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public delegate void _EProjectApp_ProjectBeforeAssignmentDeleteEventHandler(Assignment ^ asg, bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _EProjectApp_ProjectBeforeAssignmentDeleteEventHandler(Assignment asg, ref bool Cancel);
type _EProjectApp_ProjectBeforeAssignmentDeleteEventHandler = delegate of Assignment * -> unit
Public Delegate Sub _EProjectApp_ProjectBeforeAssignmentDeleteEventHandler(asg As Assignment, ByRef Cancel As Boolean)
Paramètres
- asg
- Assignment
- Cancel
- Boolean
- Attributs