RadControls for Silverlight

Represents an observable graph source.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.1050

Syntax

C#
public interface IObservableGraphSource : IGraphSource
Visual Basic
Public Interface IObservableGraphSource _
	Inherits IGraphSource

Remarks

You need to implement this interface in a scenario where the MVVM is bidirectional.

See Also