|
Options |
Name |
Purpose |
|
|
|
AttachBindingSource (BindingSource)
|
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may have been created by a DataAdapter or reused from a
SmartBrowserControl
|
|
|
|
CurrentChangedHandler (Object, EventArgs)
|
Event handler for the CurrentChanged event of the SmartDataSource
|
|
|
|
FunctionSmallImageLeaveHandler (Object, EventArgs)
|
Event handler for the Leave event of the FunctionSmallImage
|
|
|
|
ImageSelection_DragDrop (Object, DragEventArgs)
|
Assigns the filename of the dropped file to the ImageEditors
|
|
|
|
ImageSelection_DragEnter (Object, DragEventArgs)
|
Allows the FileDrop to the editor control if the events data
contains exact one file.
|
|
|
|
ImageSelection_EditorButtonClick (Object, EditorButtonEventArgs)
|
Displays the OpenFileDialog for the ImageEditors to select a path
|
|
|
|
ImageSelection_KeyDownHandler (Object, KeyEventArgs)
|
Displays the OpenFileDialog for the ImageEditors to select a path
|
|
|
|
InitializeCallParameterControl (UserControl, character)
|
Initialize a Call Parameter UserControl on the Viewer.
|
|
|
|
InitializeComponent ()
|
|
|
|
|
OnAfterAddRecord (EventArgs)
|
Raises the AfterAddRecord event
|
|
|
|
OnAfterCopyRecord (EventArgs)
|
After copying a record the correct CallParameter UserControl has
to be shown and the current value is restored by setting the Text
property of the CallParameterControl to the stored CallParameter
value.
|
|
|
|
OnBeforeAddRecord (CancelEventArgs)
|
Raises the OnBeforeAddRecord event
|
|
|
|
RestoreValuesForCopy ()
|
Override of the RestoreValuesForCopy to additionally restore the
FunctionCallParameter value.
|
|
|
|
SetDataBindingForCallParameterControl ()
|
Sets the Data binding for the CallParameterControl
|
|
|
|
smartBusinessEntityLookup1_EditorButtonClick (Object, EditorButtonEventArgs)
|
Event handler for the EditorButtonClick event of the smartBusinessEntityLookup1
|
|
|
|
StoreValuesForCopy ()
|
Override of the StoreValuesForCopy method to additionally store the
value of the FunctionCallParameter.
|
|
|
|
TextChangedEventHandler (Object, EventArgs)
|
Event Handler for the TextChanged event of the contained Controls
|