_EProjectApp2_ProjectAssignmentNewEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void _EProjectApp2_ProjectAssignmentNewEventHandler(Project ^ pj, int ID);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _EProjectApp2_ProjectAssignmentNewEventHandler(Project pj, int ID);
type _EProjectApp2_ProjectAssignmentNewEventHandler = delegate of Project * int -> unit
Public Delegate Sub _EProjectApp2_ProjectAssignmentNewEventHandler(pj As Project, ID As Integer)
Parameters
- pj
- Project
- ID
- Int32
- Attributes