CustomFieldsCheckInPreEventArgs.CancelEvent Method
Cancels the check in of the custom field.
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 CustomFieldsCheckInPreEventArgs
Dim reason As String
instance.CancelEvent(reason)
public void CancelEvent(
string reason
)
Parameters
- reason
Type: System.String
Reads or writes text that explains why check in of a custom field is to be canceled.
Implements
IPreEventArgs.CancelEvent(String)
See Also
Reference
CustomFieldsCheckInPreEventArgs Class