using attached events with caliburn micro Message.Attach

finally I understand the problem and the solution. The problem is that system.windows.interactiviy.EventTrigger doesn’t support attached events. Caliburn micro uses it for actions thus my attached event didn’t work. The solution was to write a customized event trigger and use caliburn micro action in a explicit manner. the customized event trigger was taken from that … Read more