CalendarPreEventArgs.Cancel Property
Reads or writes whether to cancel an event that is associated with a 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 CalendarPreEventArgs
Dim value As Boolean
value = instance.Cancel
instance.Cancel = value
public bool Cancel { get; set; }
Property Value
Type: System.Boolean