Search
ButtonBase.Down Event
See Also
 





Occurs when the mouse is pressed over the button.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public event EventHandler Down

Visual Basic  Copy Code

Public Event Down As EventHandler

 See Also