See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set whether to revert EntitySet.HasChanges() to false before showing the form. Set this to false if you want the Save button to be enabled on the shown form as soon as it is shown.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public bool ResetHasChangesBeforeEdit { get; set; }
Visual Basic
Public Property ResetHasChangesBeforeEdit As Boolean
	Get
	Set
Visual C++
public:
property bool ResetHasChangesBeforeEdit {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also