[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Wird ausgelöst, wenn ein Knoten erneut aktiviert wird.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public event EventHandler BeforeReactivation
Visual Basic
Public Event BeforeReactivation As EventHandler
F#
abstract BeforeReactivation : IEvent<EventHandler,
    EventArgs>
override BeforeReactivation : IEvent<EventHandler,
    EventArgs>

Implements

INode..::..BeforeReactivation

See Also