JAMS Developer Guide
MouseDown Event (EditSourceDialog)


MVPSI.JAMS Namespace > EditSourceDialog Class : MouseDown Event
Syntax
'Declaration
 
<SRDescriptionAttribute("Occurs when the mouse pointer is over the component and a mouse button is pressed.")>
<SRCategoryAttribute("Mouse")>
Public Event MouseDown As System.Windows.Forms.MouseEventHandler
'Usage
 
Dim instance As EditSourceDialog
Dim handler As System.Windows.Forms.MouseEventHandler
 
AddHandler instance.MouseDown, handler
[SRDescription("Occurs when the mouse pointer is over the component and a mouse button is pressed.")]
[SRCategory("Mouse")]
public event System.Windows.Forms.MouseEventHandler MouseDown
Event Data

The event handler receives an argument of type System.Windows.Forms.MouseEventArgs containing data related to this event. The following MouseEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also