StatusDeleteTaskPreEventArgs Constructor
Creates an instance of the StatusDeleteTaskPreEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
projectguid As Guid, _
assnguid As Guid, _
isrejected As Boolean _
)
'Usage
Dim projectguid As Guid
Dim assnguid As Guid
Dim isrejected As Boolean
Dim instance As New StatusDeleteTaskPreEventArgs(projectguid, _
assnguid, isrejected)
public StatusDeleteTaskPreEventArgs(
Guid projectguid,
Guid assnguid,
bool isrejected
)
Parameters
- projectguid
Type: System.Guid
The GUID of the project.
- assnguid
Type: System.Guid
The GUID of the assignment of a resource to a task.
- isrejected
Type: System.Boolean
A Boolean value that indicates whether approval of a task is to be rejected.
See Also
Reference
StatusDeleteTaskPreEventArgs Class