Click or drag to resize

RayguideWrapperModalMessageCallback Property

The callback function when a message is to be displayed as a modal dialog. The function has the message as the parameter.

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntax
C#
public Action<string> ModalMessageCallback { get; set; }

Property Value

ActionString
See Also