Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
# | AfterQueryPositionChangedHandler (Object, EventArgs) |
Activates the current query row (on add and delete) |
|
+ | AfterRetrieveDataCallback (ISmartDataSource) |
Invoked as a callback from DataAdapter, after Data has been retrieve. |
|
+ | 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. |
|
- | BeforeRowActivateHandler (Object, RowEventArgs) |
Event handler for the BeforeRowActivateHandler |
|
# | BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the BeginUpdateState event of the data source |
|
# | BindingSourceListChangedHandler (Object, ListChangedEventArgs) |
Handles the ListChanged event of the BindingSource |
|
# | CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
Event handler for the CollectFilterValues event of the ISmartFilterTarget |
|
- | CreateVerbs () |
Dummy method invoked from ICustomTypeDescriptor |
|
# | DeleteRecord () |
This Method is a dispatcher to call DeleteRow inside of the
SmartDataSource of the current Class.
It is called by the SmartTableIOSources SmartToolbarController or
SmartToolStripContainer if the tool to delete a record is pressed
and by the SmartDataBrowser if the AfterRowsDeleted Event fires. |
|
# | DeregisterBindingSourceEvents () |
Deregisters events of the BindingSource |
|
# | 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. |
|
# | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of the SmartBrowserControl |
|
# | 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. |
|
# | EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the EndUpdateState event of the data source |
|
+ | EvaluateTableIOState () |
Updateable Browsers are not supported by this class but the Method
is enforced by the Interface ISmartDataTarget. |
|
- | InitializeLayoutHandler (Object, InitializeLayoutEventArgs) |
Event handler for the InizializeLayout event of the UltraGrid (parent
class). |
|
+ | LOGICAL IsOkToClose (logical, CloseReason) |
Check if it is ok to close the parent form. |
|
# | OnAfterDeleteRecord (EventArgs) |
Raises the AfterDeleteRecord event |
|
# | OnBeforeDeleteRecord (CancelEventArgs) |
Raises the BeforeDeleteRecord event |
|
# | OnBeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
|
# | OnEndInit () |
Invoked at the end of a Containers InitializeComponents method |
|
# | OnEnter (EventArgs) |
Raises the Enter event |
|
# | OnHandleCreated (EventArgs) |
Raises the HandleCreated event |
|
# | OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs) |
Raises the SmartBrowserListChanged |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form |
|
# | RegisterBindingSourceEvents () |
Registers events of the BindingSource |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartBrowserControl () |
Constructor for the SmartBrowserControl classs |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterDeleteRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully deleted a record. |
|
+ | BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts deleting a record.
This event is cancellable |
|
+ | SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs) |
Raised when the ListChanged event of the BindingSource of the SmartBrowserControl
is raised |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL DeselectRowsOnActivate |
Propery flags if the currently selected Rows will be deselected
before activating a new row. The default is TRUE. |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. |
|
+ | LOGICAL Initializing |
Indicated that the SmartDataAdapter is currrently being
Initialized |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
Represents the SmartDataSource property casted to a .NET Interface |
|
# | LOGICAL ParentFormDestroyed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
Get/Set the SmartDataSource of the current Class. The SmartDataSource
can be set to any class implementing the Interface ISmartDataSource.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
Registers the SmartDataBrowser instance with the SmartDataSource
(using the RegisterSmartDataTarget method in ISmartDataSource).
When the browser is already attached to a BindingSource (in the Form
Design), the bindingSource is introduced to the SmartDataSource by
assigning it to the BindingSource property. |
Top
PROTECTED AfterQueryPositionChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterRetrieveDataCallback (ISmartDataSource)
|
|||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
|||||||||||||||||||||||||||
PRIVATE BeforeRowActivateHandler (Object, RowEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED BindingSourceListChangedHandler (Object, ListChangedEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
|||||||||||||||||||||||||||
PRIVATE CreateVerbs ()
|
|||||||||||||||||||||||||||
PROTECTED DeleteRecord ()
|
|||||||||||||||||||||||||||
PROTECTED DeregisterBindingSourceEvents ()
|
|||||||||||||||||||||||||||
PROTECTED DisableForUpdate (ISmartDataTarget)
|
|||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED EnableAfterUpdate ()
|
|||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
|||||||||||||||||||||||||||
PRIVATE InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsOkToClose (logical, CloseReason)
|
|||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (CancelEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnBeginInit ()
|
|||||||||||||||||||||||||||
PROTECTED OnEndInit ()
|
|||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnHandleCreated (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED RegisterBindingSourceEvents ()
|
PUBLIC SmartBrowserControl ()
|
---|
PUBLIC AfterDeleteRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||
PUBLIC SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs)
|
PUBLIC LOGICAL DeselectRowsOnActivate
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL DesignTime
|
||||||||||||||||||||||||
PUBLIC LOGICAL Initializing
|
||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyed
|
||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|