DebugOccuredEventHandler Delegate
Handler for debug start events.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public delegate void DebugOccuredEventHandler(
Store context,
Entry entry
)
Public Delegate Sub DebugOccuredEventHandler (
context As Store,
entry As Entry
)
public delegate void DebugOccuredEventHandler(
Store^ context,
Entry^ entry
)
type DebugOccuredEventHandler =
delegate of
context : Store *
entry : Entry -> unit
Parameters
- context Store
- Evaluation store.
- entry Entry
- Entry where debugging is started.