Share via


CalendarPostEventArgs constructor (DataSet)

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

CalendarPostEventArgs overload

Microsoft.Office.Project.Server.Events namespace