Share via


CalendarCheckInPreEventArgs Constructor

Creates an instance of the CalendarCheckInPreEventArgs 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 ( _
    calendars As Guid(), _
    force As Boolean _
)
'Usage
Dim calendars As Guid()
Dim force As Boolean

Dim instance As New CalendarCheckInPreEventArgs(calendars, _
    force)
public CalendarCheckInPreEventArgs(
    Guid[] calendars,
    bool force
)

Parameters

  • calendars
    Type: []
    A collection of GUIDs that represent all the calendars in an enterprise project calendar dataset.
  • force
    Type: System.Boolean
    Indicates whether an administrator or project owner forced check-in of a project.

See Also

Reference

CalendarCheckInPreEventArgs Class

CalendarCheckInPreEventArgs Members

Microsoft.Office.Project.Server.Events Namespace