Called when the user presses the left mouse button over the item.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected internal virtual void OnMouseLeftButtonDown(
	Object sender,
	MouseButtonEventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnMouseLeftButtonDown ( _
	sender As Object, _
	e As MouseButtonEventArgs _
)

Parameters

sender
Type: System..::..Object
e
Type: System.Windows.Input..::..MouseButtonEventArgs

See Also