Share via


CalendarCheckOutPostEventArgs constructor (Guid[])

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

Dim instance As New CalendarCheckOutPostEventArgs(calendars)
public CalendarCheckOutPostEventArgs(
    Guid[] calendars
)

Parameters

  • calendars
    Type: []

    A collection of GUIDs that represent all the calendars in an enterprise project calendar dataset.

See also

Reference

CalendarCheckOutPostEventArgs class

CalendarCheckOutPostEventArgs members

CalendarCheckOutPostEventArgs overload

Microsoft.Office.Project.Server.Events namespace