Share via


StatusReportPreDeleteEventArgs.CancelEvent Method

Cancels the deletion of the status report.

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 StatusReportPreDeleteEventArgs
Dim reason As String

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

Parameters

  • reason
    Type: System.String
    The text that explains why deletion of the status report is to be canceled.

Implements

IPreEventArgs.CancelEvent(String)

See Also

Reference

StatusReportPreDeleteEventArgs Class

StatusReportPreDeleteEventArgs Members

Microsoft.Office.Project.Server.Events Namespace