After reading your latest post it got me thinking on stopping the template from being loaded more than once.
In my template I have this:
so on the CreateTemplate call I did this hack:
which only allows the template to be loaded on the last call. This solves my problem of multiple templates from being loaded and hence multiple events being fired.
A negative is that the thumbnail is not created. I actually don't care as I wish to replace the thumbnail with an image anyway.
So my questions are:
1. Can I replace the thumbnail with my own image?
2. Can you add an option to stop the thumbnails from being created while still using NavigationStripMode="Thumbnail". This will stop the multiple event firing problem. I will use my own image. Maybe something like NavigationStripMode="Image"
Thanks
Mark.