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

An action that is bound to the selected item of a data source. This action has the following behaviours: - The Enabled property of the parent button is set to false if there are no collection items present. - The Execute event is raised when the action is executed.

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

Syntax

C#
public class BoundControlAction : BoundControlActionBase
Visual Basic
Public Class BoundControlAction
	Inherits BoundControlActionBase
Visual C++
public ref class BoundControlAction : public BoundControlActionBase

Inheritance Hierarchy

System..::..Object
  NAction
    NTier.Actions..::..BoundControlActionBase
      NTier.Actions..::..BoundControlAction

See Also