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

Get the actions that should be performed when changes on the form are 'committed' via a FormCommitAction. For example, this property may be set to a FormSaveAction or FormDeleteAndSaveAction.

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

Syntax

C#
public ActionCollection CommitActions { get; }
Visual Basic
Public ReadOnly Property CommitActions As ActionCollection
	Get
Visual C++
public:
property ActionCollection^ CommitActions {
	ActionCollection^ get ();
}

Property Value

Type: ActionCollection

See Also