This event is fired when the instruments group was changed. Instrument was added or removed from the group.
Visual Basic |
---|
Public Event InstrumentsGroupChanged( _ ByVal change_type As eChangeType, _ ByVal instruments_group As CQGInstrumentsGroup, _ ByVal instruments_names As CQGStringCollection _ ) |
- change_type
Value Description ctAdded New order is added and is already in the collection. ctChanged The order is changed. ctRemoved The order is removed from the collection. Group change type
- instruments_group
Changed group of instruments
- instruments_names
The list of changed (removed/added) instruments' names