CalendarPreEventArgs Constructor
Creates an instance of the CalendarPreEventArgs 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 ( _
ds As DataSet _
)
'Usage
Dim ds As DataSet
Dim instance As New CalendarPreEventArgs(ds)
public CalendarPreEventArgs(
DataSet ds
)
Parameters
- ds
Type: System.Data.DataSet
The DataSet that represents all the calendars in a specific enterprise project.