RegionEvaluableErrorOccured Event
Occurs when an error occurs in this region during evaluation.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public event ErrorOccuredEventHandler ErrorOccured
Public Event ErrorOccured As ErrorOccuredEventHandler
public:
event ErrorOccuredEventHandler^ ErrorOccured {
void add (ErrorOccuredEventHandler^ value);
void remove (ErrorOccuredEventHandler^ value);
}
member ErrorOccured : IEvent<ErrorOccuredEventHandler,
EventArgs>
Value
ErrorOccuredEventHandler