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
Post a Comment