Share via


CalendarCheckInPreEventArgs constructor (Guid[], Boolean)

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

CalendarCheckInPreEventArgs overload

Microsoft.Office.Project.Server.Events namespace