The ObjectWrapper<(Of <(T>)>) type exposes the following members.

Constructors

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

Properties

  NameDescription
Editable
Gets whether the property can be modified.
(Inherited from ObjectWrapper.)
Property
Gets the wrapped property.
(Inherited from ObjectWrapper.)
PropertyName
Gets the wrapped property.
(Inherited from ObjectWrapper.)
UnderlyingObject
Gets the wrapped object.
(Inherited from ObjectWrapper.)
Value
Gets or sets the value of the wrapped property.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
(Inherited from ObjectWrapper.)

See Also