Northwoods.GoWPF 1.3.5 Assembly
PartManager.PartBinding Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : PartManager.PartBinding Class

Provide access to the Part for data binding, e.g. inside a DataTemplate, as well as access to the model data itself.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class PartManager.PartBinding 
   Implements INotifyPropertyChanged 
C# 
public sealed class PartManager.PartBinding : INotifyPropertyChanged  

Remarks

A PartManager.PartBinding is created as the ContentPresenter.Content value for each new Node and Link. The presence of a PartManager.PartBinding also indicates that the Part is bound to data.

You probably do not have a reason to explicitly create a PartBinding.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.PartManager.PartBinding

Requirements

See Also

© 2012 All Rights Reserved.