A wrapper class which allows the data binding infrastructure to get or set property values without knowing the name of the property being accessed.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public abstract class ObjectWrapper : INotifyPropertyChanged, 
	IDataErrorInfo, IWeakEventListener
Visual Basic (Declaration)
Public MustInherit Class ObjectWrapper _
	Implements INotifyPropertyChanged, IDataErrorInfo, IWeakEventListener

Remarks

This class supports the WPF data binding infrastructure and is not intended for use from user code.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.ObjectWrapper
    Mindscape.WpfElements.WpfPropertyGrid..::.ObjectWrapper<(Of <(T>)>)

See Also