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

A base class for actions that require the hosting control (or one of it's parents) to be bound to a data source.

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

Syntax

C#
public abstract class BoundControlActionBase : NAction
Visual Basic
Public MustInherit Class BoundControlActionBase
	Inherits NAction
Visual C++
public ref class BoundControlActionBase abstract : public NAction

Inheritance Hierarchy

See Also