EvaluationContext.OnDebugStart Event
Occurs on debug session started.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public event DebugOccuredEventHandler OnDebugStart
Public Event OnDebugStart As DebugOccuredEventHandler
public:
event DebugOccuredEventHandler^ OnDebugStart {
void add (DebugOccuredEventHandler^ value);
void remove (DebugOccuredEventHandler^ value);
}
member OnDebugStart : IEvent<DebugOccuredEventHandler,
EventArgs>
Value
DebugOccuredEventHandler