User-1824631895 posted
Maybe u should try refraiming your question but i will try to answer the question as i understand it. If u want to remove the event in the code then just select all and delete the event procedure code and also remove the event binding markup in the page.
but if u want to remove an event at runtime, u can use the OBJECT.Click -= <delegate>. i hope these solves ur question