MouseClick vs. Click?

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

What is the difference between the MouseClick and Click events?
 
MouseClick is new in .NET 2.0 and provide more information than Click did.
Click is left for compatibility purpose.

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
Do you mean MouseDown? MouseDown catches both left and right clicks,
whether or not they have any other effect. Click is only for normal clicks
(left-clicks).
 
Peter,
Have you read the MSDN pages on Click & MouseClick events? Its seems rather
obvious (to me) what the differences are...

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.click.aspx

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.mouseclick.aspx

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


| What is the difference between the MouseClick and Click events?
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top