You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TJobThread Class > TJobThread Events > TJobThread.OnExecuteEvent Event
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TJobThread.OnExecuteEvent Event

Threaded event function.

Syntax
C#
Visual Basic
public event TOnClExecuteEvent OnExecuteEvent;

The event of specified type assigned to this property will be called each time the Start method is called. While this event is no running the Sleeping function will be returning true. Internally no thread will be created until the first assignment is made.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!