is it possible to pass custom eventargs in mouse click or double click eventhandler ?

when i tried , it gave me an error about no overload method for double click in the designer.

mouse click is an event which only be form as how its delegate describes it. that means there is no way to change what it takes. but if you need a different mouseclick event you can create one of your own. just make a delegate and initialize an event from it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.