DebugOccuredEventHandler Delegate

Handler for debug start events.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void DebugOccuredEventHandler(
	Store context,
	Entry entry
)

Parameters

context  Store
Evaluation store.
entry  Entry
Entry where debugging is started.

See Also