Click or drag to resize

BaseDeviceControllerShowUICallback Method

Invokes the callback that can be used when the ShowUI method is done.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public override sealed void ShowUICallback(
	PluginSettingsView settingsView
)

Parameters

settingsView  PluginSettingsView
The settings UI of this job element.
See Also