RadControls for WinForms

Occurs when the mouse pointer is over the element and a mouse button is pressed.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[BrowsableAttribute(true)]
public event MouseEventHandler MouseDown
Visual Basic
<BrowsableAttribute(True)> _
Public Event MouseDown As MouseEventHandler

See Also