Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
WorkbookDirtied-event triggering strangely
posted

Hi,

I'm using WorkbookDirtied-event to see if there are any changes made to a workbook. In my application I have certain cells that I have to update after loading the workbook. After loading and updating, I begin to listen WorkbookDirtied-event. My problem is that the event triggers right away (sometimes multiple times), even if all changes were made before attaching a listener for the event.

So how could I do my initialization without causing WorkbookDirtied to be triggered?