I can use windows-rs to get IDispatch and use it to get prop or call method, but i cannot listen to events. For example, i get a IDispatch 'app', how to listen to it's event 'Close'?
I tried IConnectionPointContainer, but failed to define sink object