Just remember the EventHandler that you added, then remove the same instance.
private EventHandler ClickEventHandler;
when you subscribe ...
ClickEventHandler = new EventHandler(myGraphics_Cl
myGraphics.Clicked += ClickEventHandler;
to unsubscribe ...
myGraphics.Clicked -= ClickEventHandler;
Cheers,
Greg
Main Topics
Browse All Topics





by: AlexNekPosted on 2007-03-28 at 10:09:30ID: 18809919
I hope, this help otNet/even thandler.a spx
http://www.thescarms.com/d