Table of Contents

Property MouseDown

Namespace
Bonsai.Gui.ZedGraph
Assembly
Bonsai.Gui.ZedGraph.dll

MouseDown

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

public IObservable<MouseEventArgs> MouseDown { get; }

Property Value

IObservable<MouseEventArgs>