frmBankReconciliationDataGridCell_PreviewMouseLeftButtonDown Method

Event handler. Called by DataGridCell for preview mouse left button down events.

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private void DataGridCell_PreviewMouseLeftButtonDown(
	Object sender,
	MouseButtonEventArgs e
)

Parameters

sender  Object
Source of the event.
e  MouseButtonEventArgs
Mouse button event information.

Remarks

Mike, 2017-03-07.

See Also