See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Associate the commit actions with a bound data source.
When the the hosting control of this action is bound to that data source,
the CommitActions property will be set on the action.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static void SetCommitActions(
Object dataSource,
ActionCollection commitActions
) |
Visual Basic |
---|
Public Shared Sub SetCommitActions (
dataSource As Object,
commitActions As ActionCollection
) |
Visual C++ |
---|
public:
static void SetCommitActions(
Object^ dataSource,
ActionCollection^ commitActions
) |
See Also