Initialises a new instance of the ObjectWrapper<(Of <(T>)>) class.

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

Syntax

C#
public ObjectWrapper(
	Node property,
	bool editable,
	Object editContext
)
Visual Basic (Declaration)
Public Sub New ( _
	property As Node, _
	editable As Boolean, _
	editContext As Object _
)

Parameters

property
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The property whose value is to be accessed through the wrapper.
editable
Type: System..::.Boolean
Whether the value can be modified.
editContext
Type: System..::.Object
Additional user-specified information to be made available to consumers of the ObjectWrapper.

See Also