ClickAndTeachViewModelSaveSettings Method |
Saves the Click and Teach settings. Since
ClickAndTeachView.OnRootUnloaded() is not called when closing
RAYGUIDE, the settings are saved each time a change in the panel's
settings fields are done. This happens also when loading the settings,
but the values are not there at this time; therefore saving will
be disabled in this case with flag _areSettingsLoading.
Namespace: RAYLASE.Marker.ClickAndTeachPluginAssembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntaxpublic void SaveSettings()
See Also