Hai all,


If I reimplement any event in my application , will the default event get executed?

For Example, I reimplemented wheelEvent in my program and I am doing nothing in that event handler.While executing program, if I use mouse wheel will it go to default or to my handler?



Thanks