[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Graphen-Flag hat seinen Zustand geändert.

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

Syntax

C#
public event EventHandler<GraphFlagChangedEventArgs> FlagChanged
Visual Basic
Public Event FlagChanged As EventHandler(Of GraphFlagChangedEventArgs)
F#
abstract FlagChanged : IEvent<EventHandler<GraphFlagChangedEventArgs>,
    GraphFlagChangedEventArgs>
override FlagChanged : IEvent<EventHandler<GraphFlagChangedEventArgs>,
    GraphFlagChangedEventArgs>

Implements

IGraph..::..FlagChanged

See Also