Share via


EventHandlersDataSet.EventHandlersRow.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:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property CancelOnError As Boolean
    Get
    Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As Boolean

value = instance.CancelOnError

instance.CancelOnError = value
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

EventHandlersDataSet.EventHandlersRow class

EventHandlersDataSet.EventHandlersRow members

WebSvcEvents namespace