ResourceActivatePreEventArgs.CancelEvent Method
Cancels the activation of the resource.
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 ResourceActivatePreEventArgs
Dim reason As String
instance.CancelEvent(reason)
public void CancelEvent(
string reason
)
Parameters
- reason
Type: System.String
Text that explains why activation of the resource is to be canceled.
Implements
IPreEventArgs.CancelEvent(String)
See Also
Reference
ResourceActivatePreEventArgs Class