You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TJobThread Class > TJobThread Properties > TJobThread.OnExecute Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TJobThread.OnExecute Property

Threaded event function.

Syntax
C#
Visual Basic
public TOnClExecuteEvent OnExecute;

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!