Search
Pointer.OnMouseDown Method
See Also
 





UIElement.OnMouseDown override.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

protected virtual void OnMouseDown (
    MouseButtonEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnMouseDown( _
    e As MouseButtonEventArgs _
)

 Parameters

e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.

 See Also