cornerstoneVueWEB icon indicating copy to clipboard operation
cornerstoneVueWEB copied to clipboard

Cannot listen to CornerstoneImageRendered event

Open LuciaWL001 opened this issue 6 years ago • 1 comments

Hi, I am trying to listen to CornerstoneImageRendered event in Vue, but cannot find a way. I noticed that you commented the this.listenForCornerstoneImageRendered() code. I checked another project you write and the cornerstoneimageloadprogress event could be listened, but it's impossible to listen the CornerstoneImageRendered event. Did you find a way to listen to the CornerstoneImageRendered event? Thank you very much!

LuciaWL001 avatar Nov 08 '18 07:11 LuciaWL001

element.addEventListener('cornerstoneimagerendered', this.test11)

Use lower case for event names!

在vue中,事件名需要使用小写.我吐了

413180794 avatar Mar 23 '20 06:03 413180794