Share via


StatusDelegateTaskPostEventArgs Constructor

Creates an instance of the StatusDelegateTaskPostEventArgs 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 ( _
    assignmentDataSet As DelegationDataSet, _
    startdate As DateTime, _
    comment As String _
)
'Usage
Dim assignmentDataSet As DelegationDataSet
Dim startdate As DateTime
Dim comment As String

Dim instance As New StatusDelegateTaskPostEventArgs(assignmentDataSet, _
    startdate, comment)
public StatusDelegateTaskPostEventArgs(
    DelegationDataSet assignmentDataSet,
    DateTime startdate,
    string comment
)

Parameters

  • assignmentDataSet
    Type: DelegationDataSet
    A dataset that contains information about delegate assignments.
  • startdate
    Type: System.DateTime
    The start date of the delegation of a task.
  • comment
    Type: System.String
    The comment to send with a task delegation.

See Also

Reference

StatusDelegateTaskPostEventArgs Class

StatusDelegateTaskPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace