Search
ButtonBase.OnDown Method
See Also
 





Raises the Down event.

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

 Syntax

C#  Copy Code

protected virtual void OnDown (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDown( _
    e As EventArgs _
)

 Parameters

e

 See Also