C# Winforms difference between DoubleClick event and MouseDoubleClick event -


quick question here: title says, what's difference between 2 events?

as far can tell, mousedoubleclick inherited control, while doubleclick inherited component, there functional difference between two?

thanks

from msdn documentation:

doubleclick events logically higher-level events of control. may raised other user actions, such shortcut key combinations.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -