Not able to capture “NeedsSize” change event for Lync conversation window
问题 I am developing sample application using Lync 2010 SDK. In that application i want to capture Lync IM window resize event. As I know Lync 2010 SDK do provides API's to capture re-size event for the Lync IM window. The application is launched successfully and on launching an IM window i do get the Lync Conversation Added event, but after that i don't get resize event for it on resizing the same Lync IM window. Here is the code of sample application. Please review the code and let me know if