EventHandler.CancelOnError property

Gets or sets a value that specifies whether a pre-event should be canceled by default if there is an error when the event is raised.

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 EventHandler
Dim value As Boolean

value = instance.CancelOnError

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

Property value

Type: System.Boolean

See also

Reference

EventHandler class

EventHandler members

Microsoft.ProjectServer.Client namespace