See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the actions that will be run when the form is 'committed'.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ActionCollection CommitActions { get; private set; } |
| Visual Basic |
|---|
Public Property CommitActions As ActionCollection
Get
Private Set |
| Visual C++ |
|---|
public:
property ActionCollection^ CommitActions {
ActionCollection^ get ();
private: void set (ActionCollection^ value);
} |
Property Value
Type:
ActionCollection
See Also