Represents a base class for an observable graph source.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions.ViewModels
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Type Parameters:
TNode
The type of the node.
TLink
The type of the link.
Syntax:
C#
public class ObservableGraphSourceBase<TNode, TLink> : GraphSourceBase<TNode, TLink>, INotifyPropertyChanged, IDisposable, IObservableGraphSource, IGraphSource where TLink : ILink
Inheritance: objectViewModelBaseGraphSourceBase<TNode, TLink>ObservableGraphSourceBase<TNode, TLink>
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public ObservableGraphSourceBase()