See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Initialize the BoundControlBindingInfoProvider helper class to describe the data.
For example, the ReturnsCollection may be set or CurrentDataItemChanged may be subscribed here.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected virtual void InitializeBindingInfoProvider() |
Visual Basic |
---|
Protected Overridable Sub InitializeBindingInfoProvider |
Visual C++ |
---|
protected:
virtual void InitializeBindingInfoProvider() |
See Also