StatusingTaskCreatedHandler 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.
Event handler for the Statusing TaskCreated post-event.
public delegate void StatusingTaskCreatedHandler(PSContextInfo ^ contextInfo, StatusCreateTaskPostEventArgs ^ e);
public delegate void StatusingTaskCreatedHandler(PSContextInfo contextInfo, StatusCreateTaskPostEventArgs e);
type StatusingTaskCreatedHandler = delegate of PSContextInfo * StatusCreateTaskPostEventArgs -> unit
Public Delegate Sub StatusingTaskCreatedHandler(contextInfo As PSContextInfo, e As StatusCreateTaskPostEventArgs)
Parameters
- contextInfo
- PSContextInfo
Contains the Project Server context information.
The data for the event.