Share via


StatusDeleteTaskPostEventArgs constructor (Guid, Guid, Boolean)

Creates an instance of the StatusDeleteTaskPostEventArgs 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 StatusDeleteTaskPostEventArgs(projectguid, _
    assnguid, isrejected)
public StatusDeleteTaskPostEventArgs(
    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 has been rejected.

See also

Reference

StatusDeleteTaskPostEventArgs class

StatusDeleteTaskPostEventArgs members

StatusDeleteTaskPostEventArgs overload

Microsoft.Office.Project.Server.Events namespace