|
Options |
Name |
Purpose |
|
|
|
ActivateSmartNavigationTarget (ISmartNavigationTarget)
|
Activate the given SmartNavigationTarget if it is registered with
the SmartNavigationSource.
|
|
|
|
BtnFirst_Click (Object, EventArgs)
|
Event handler for the Click event of BtnFirst
|
|
|
|
BtnLast_Click (Object, EventArgs)
|
Event handler for the Click event of BtnLast
|
|
|
|
BtnNext_Click (Object, EventArgs)
|
Event handler for the Click event of BtnNext
|
|
|
|
BtnPrev_Click (Object, EventArgs)
|
Event handler for the Click event of BtnPrev
|
|
|
|
DeregisterSmartNavigationTarget (ISmartNavigationTarget)
|
Deregisters a SmartNavigationTarget from the SmartNavigationSource.
|
|
|
|
LOGICAL DisableTool (character)
|
Disables the tool with the given Key when it exists in this instance.
Invoked by DisableTools.
|
|
|
|
DisableTools (character)
|
Disables a list of tools when they exist in this instance.
This Method is called from within the Toolbar depending on what
action has been performed and what actions are possible with the
current SmartTableIOTarget and SmartNavigationTarget.
|
|
|
|
LOGICAL EnableTool (character)
|
Enables the tool with the given Key when it exists in this instance.
|
|
|
|
EnableTools (character)
|
Enables a list of tools when they exist in this instance.
|
|
|
|
InitializeComponent ()
|
|
|
|
|
RegisterSmartNavigationTarget (ISmartNavigationTarget)
|
Registers a SmartNavigationTarget with the SmartNavigationSource.
|
|
|
|
UpdateSmartNavigationTargetPosition (ISmartNavigationTarget, character)
|
Handles the update of a Position from the SmartNavigationTarget.
This Method is called from the SmartDataAdapter derived Classes
if the PositionChangedHandler is executed or from inside the
ISmartNavigationSource implementing class when the Method
UpdateSmartNavigationTargetState or RegisterSmartNavigationTarget
are executed.
|
|
|
|
UpdateSmartNavigationTargetPosition (Object, SmartNavigationTargetPositionChangedEventArgs)
|
Event handler for the SmartNavigationTargetPositionChanged event of the SmartNavigationTarget
|
|
|
|
UpdateSmartNavigationTargetState (ISmartNavigationTarget, character)
|
Handles the update of a State from the SmartNavigationTarget.
This Method is called from the SmartDataAdapter derived Classes
if the Property setter of SmartDataSourceState is executed.
|
|
|
|
UpdateSmartNavigationTargetState (Object, SmartNavigationTargetStateChangedEventArgs)
|
Event handler for the SmartNavigationTargetStateChanged event
|