How do i call a MouseDoubleClick event? WinForm

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-04T18:41:38Z Indexed on 2010/05/04 19:08 UTC
Read the original article Hit count: 190

Filed under:

In my MouseDoubleClick i may run into a case where i would like to call all the controls in a list with MouseDoubleClick. However i cant call MouseDoubleClick, only add/remove events to the chain.

How do i call MouseDoubleClick/OnMouseDoubleClick?

ATM i workaround the problem since i know the objects MouseDoubleClick function and i pass in the parameters myself calling that specific function. How do i call the event in the case i do not know what function is set to the control MouseDoubleClick

© Stack Overflow or respective owner

Related posts about winform