Raises the PreviewMouseLeftButtonDown event.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
protected internal virtual void OnPreviewKeyDown(
	KeyEventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnPreviewKeyDown ( _
	e As KeyEventArgs _
)

Parameters

e
Type: System.Windows.Input..::..KeyEventArgs
KeyEventArgs that contains the event data.

See Also