Share via


CalendarPostEventArgs Constructor

Creates an instance of the CalendarPostEventArgs class.

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 ( _
    ds As DataSet _
)
'Usage
Dim ds As DataSet

Dim instance As New CalendarPostEventArgs(ds)
public CalendarPostEventArgs(
    DataSet ds
)

Parameters

  • ds
    Type: System.Data.DataSet
    The DataSet that represents all the calendars in a specific enterprise project.

See Also

Reference

CalendarPostEventArgs Class

CalendarPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace