MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
timerMouseDown_Tick Method (sender, e)
NamespacesMPfm.WindowsControlsHScrollBartimerMouseDown_Tick(Object, EventArgs)
Occurs when the timer for mouse down operations has finished. Changes the scrollbar value depending on where the user has clicked (left/right handle, scrollbar background).
Declaration Syntax
C#Visual Basic
public void timerMouseDown_Tick(
	Object sender,
	EventArgs e
)
Public Sub timerMouseDown_Tick ( _
	sender As Object, _
	e As EventArgs _
)
Parameters
sender (Object)
Event sender
e (EventArgs)
Event arguments

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)