ApplicationStateInfoServiceRegisterStateGetter Method |
Registers a new method to be invoked to get information about the current state of the application.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void RegisterStateGetter(
string title,
Func<Object> stateGetter
)
Parameters
- title String
- The title of the new state entry.
- stateGetter FuncObject
- The method to be invoked to get the state value.
Exceptions
See Also