EventHandlerCreationInformation.CancelOnError property

Gets or sets a Boolean value that indicates whether pre-events should be canceled by default when there is an error firing the event.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property CancelOnError As Boolean
    Get
    Set
'Usage
Dim instance As EventHandlerCreationInformation
Dim value As Boolean

value = instance.CancelOnError

instance.CancelOnError = value
[RemoteAttribute]
public bool CancelOnError { get; set; }

Property value

Type: System.Boolean
True if pre-events should be cancelled by default when there is an error; otherwise, False.

See also

Reference

EventHandlerCreationInformation class

EventHandlerCreationInformation members

Microsoft.ProjectServer.Client namespace