Called before the [E:MouseLeftButtonDown] event occurs.

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

Syntax

C#
protected override void OnMouseLeftButtonDown(
	MouseButtonEventArgs e
)
Visual Basic
Protected Overrides Sub OnMouseLeftButtonDown ( _
	e As MouseButtonEventArgs _
)

See Also