Click or drag to resize

BasePluginShowUICancelCallback Method

Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button

Namespace: RAYLASE.Marker.Plugin
Assembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntax
C#
public virtual void ShowUICancelCallback(
	PluginSettingsView settingsView
)

Parameters

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