frmBankReconciliationlstAccounts_LostFocus Method

Event handler. Called by lstAccounts for lost focus events.

Definition

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

Parameters

sender  Object
Source of the event.
e  RoutedEventArgs
Routed event information.

Remarks

Mike, 2017-03-07.

See Also