Click or drag to resize

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.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected override sealed void DoShowUICallback(
	PluginSettingsView settingsView
)

Parameters

settingsView  PluginSettingsView
The job element's settings view.
See Also