BaseJobElementDoShowUICallback(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.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected override sealed void DoShowUICallback(
PluginSettingsView settingsView
)
Parameters
- settingsView PluginSettingsView
- The job element's settings view.
See Also