|
+
|
AttachBindingSource (BindingSource)
|
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may be created by a DataAdapter or borrowed from a
Browser.
It is called by the SmartDataAdapter Class when creating a new
BindingSource or when a new SmartDataSource is registered to the
Class implementing the Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
#
|
BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
Event handler for the BeginUpdateState event of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
#
|
DisableForUpdate (ISmartDataTarget)
|
Disable the Controls during an Update.
This Method is called by the SmartDataAdapter by a call to
BeginUpdateState () which is defined in the Interface ISmartDataSource.
Enforced by Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
#
|
DisposedHandler (Object, EventArgs)
|
Event handler for the Disposed event of this instance Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
#
|
EnableAfterUpdate ()
|
Enable the Controls after an Update.
This Method is called by the SmartDataAdapter when setting the
SmartDataSourceState Property to Navigatable.
Enforced by Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
#
|
EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
Event handler for the EndUpdateState event of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
+
|
EvaluateTableIOState ()
|
This Method is not needed here but enforced by the Interface
ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
-
|
InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
This Method hides _ columns from Grid and ColumnChooser. All Bands and
Columns are tested.
|
|
#
|
OnBeginInit ()
|
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|
|
#
|
OnEndInit ()
|
Invoked at the end of a Containers InitializeComponents method Inherited from Consultingwerk.SmartComponents.Base.SmartComboControl
|