StatusDelegateTaskPreEventArgs constructor (, DateTime, String)
Creates an instance of the StatusDelegateTaskPreEventArgs 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 StatusDelegateTaskPreEventArgs(assignmentDataSet, _
startdate, comment)
public StatusDelegateTaskPreEventArgs(
DelegationDataSet assignmentDataSet,
DateTime startdate,
string comment
)
Parameters
assignmentDataSet
Type: DelegationDataSetA dataset that contains information about delegate assignments.
startdate
Type: System.DateTimeThe start date of the delegation of a task.
comment
Type: System.StringThe comment to send with a task delegation.
See also
Reference
StatusDelegateTaskPreEventArgs class
StatusDelegateTaskPreEventArgs members