BNCSManagedParameterChangeEvent.ChangeEventActions Enumeration

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Models.BNCS Namespace >

BNCSManagedParameterChangeEvent.ChangeEventActions Enumeration

Enum representing different actions that can trigger a change event.

Namespace: BNCS.Core.DriverFramework.Models.BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public enum ChangeEventActions

 

Members



Member name

Description


Continue

Represents a constant value indicating that the operation should continue.


Cancel

Represents the cancel status with a value of 1.


Abort

Represents the value 2, indicating an abort action.

 

See Also


BNCS.Core.DriverFramework.Models.BNCS Namespace