CalendarCheckInPreEventArgs.CancelEvent method

Cancels the 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 Sub CancelEvent ( _
    reason As String _
)
'Usage
Dim instance As CalendarCheckInPreEventArgs
Dim reason As String

instance.CancelEvent(reason)
public void CancelEvent(
    string reason
)

Parameters

  • reason
    Type: System.String

    The text that explains why a calendar check in is to be cancelled.

Implements

IPreEventArgs.CancelEvent(String)

See also

Reference

CalendarCheckInPreEventArgs class

CalendarCheckInPreEventArgs members

Microsoft.Office.Project.Server.Events namespace