frmTenantformTenant_ContentRendered Method

This is used to avoid having tenant.IsChanged to be true after initial display of tenant record. Was happening due to some necessary date field manipulations

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private void formTenant_ContentRendered(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
e  EventArgs

See Also