CalendarCheckInPreEventArgs.Cancel property

Reads or writes whether to cancel a check in of the calendar.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Property Cancel As Boolean
    Get
    Set
'Usage
Dim instance As CalendarCheckInPreEventArgs
Dim value As Boolean

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }

Property value

Type: System.Boolean

Implements

IPreEventArgs.Cancel

See also

Reference

CalendarCheckInPreEventArgs class

CalendarCheckInPreEventArgs members

Microsoft.Office.Project.Server.Events namespace