BaseMarkableCalibration2dPatternDoShowUICallback(JobElementHolder, PluginSettingsView) Method |
This callback method is called when a GUI settings dialog is closed
with Apply or OK and is used to extract the changed properties from
a settings dialog in the GUI.
Namespace: RAYLASE.CalibrationPlugin.JobElementsAssembly: RAYLASE.CalibrationPlugin (in RAYLASE.CalibrationPlugin.dll) Version: 2.19.0
Syntaxprotected override void DoShowUICallback(
JobElementHolder jobElementHolder,
PluginSettingsView settingsView
)
Parameters
- jobElementHolder JobElementHolder
- The job element holder of the job element
the settings dialog is open.
- settingsView PluginSettingsView
- The job element's settings view.
See Also