ChartObjectSelectionChangedEventArgs "IsObjectSelected" replacement

Created at 16 Oct 2022, 04:08
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
DR

drewisdad

Joined 27.04.2022

ChartObjectSelectionChangedEventArgs "IsObjectSelected" replacement
16 Oct 2022, 04:08


Hi,

I'm updating some code and am changing from ChartObjectSelectionChangedEventArgs to ChartObjectsSelectionChangedEventArgs.

But now there is no IsObjectSelected method.

What / how do I use in this case?

 

Thanks in advance


@drewisdad
Replies

PanagiotisChar
17 Oct 2022, 10:36

Hi drewisdad,

Now the argument has two collections instead, ObjectsAddedToSelection and ObjectsRemovedFromSelection.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar