hey
if im adding some methods to an EventHandler of an ordinary method like:
Window.MouseLeftButtonDown += methodA;
Window.MouseLeftButtonDown += methodB;
If i can not trace inside code, which methods i've added, is there a methos to set the invokationlist of an EventHandler like showen to null???