Specifies the possible type of order change, passed as an argument to OrderChanged event.
Member | Value | Description |
---|---|---|
ctAdded | 0 | New order is added and is already in the collection. |
ctChanged | 1 | The order is changed. |
ctRemoved | 2 | The order is removed from the collection. |