Click or drag to resize

UndefinedTreeEventClass properties

The UndefinedTreeEventClass Type exposes the following members.

Properties
 NameDescription of the
Public PropertyEnvironmentList with processing results of the predecessors of the node reporting the event.
(Inherited from TreeEvent)
Public PropertyLogicalLogical value of the node that reports the event (true, false or null).
(Inherited from TreeEvent)
Public PropertyNameUser name of the event
(Inherited from TreeEvent)
Public PropertyNodeNameName of the node reporting the event.
(Inherited from TreeEvent)
Public PropertyNodePathPath to the node that reports the event.
(Inherited from TreeEvent)
Public PropertyResultsList with processing results of the node reporting the event.
(Inherited from TreeEvent)
Public PropertySenderIdId of the node reporting the event.
(Inherited from TreeEvent)
Public PropertySourceIdId of the node in which the event occurs.
(Inherited from TreeEvent)
Public PropertyStateProcessing status of the node reporting the event (None, Start, Done, Fault, Timeout, UserAbort.).
(Inherited from TreeEvent)
Public PropertyThreadIdId of the corresponding thread
(Inherited from TreeEvent)
Public PropertyTimestampDate and time of the event
(Inherited from TreeEvent)
Back to the top
See also