PropertyBag Constructor

This is the simplest implementation of PropertyBagBase. It supports normal property-change notifications and validation events.

Namespace:  Tortuga.Anchor.Modeling.Internals
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public PropertyBag(
	Object owner
)
Public Sub New ( _
	owner As Object _
)

Parameters

owner
Type: Object
Pass-through to PropertyBagBase