LookupTablePreEventArgs.CancelEvent Method
Cancels an event associated with the lookup table.
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 LookupTablePreEventArgs
Dim reason As String
instance.CancelEvent(reason)
public void CancelEvent(
string reason
)
Parameters
- reason
Type: System.String
The text that explains why an event associated with a lookup table is to be canceled.
Implements
IPreEventArgs.CancelEvent(String)