click event in .net

  • From: "Octavian Rasnita" <orasnita@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sat, 22 Dec 2007 18:28:57 +0200

Hi,

I've seen that the Click event for a button in .net (C#) is actually an OnMouseDown event, because if I press the mouse button on a button in a .net app, the event is fired immediately, before allowing me to depress the mouse button.

In this case, is it possible in a .net application to create a button that has 2 events, a Click event, and a DoubleClick event?

Thank you.

Octavian

__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: