![]() |
Maria GDK 4.7.0.84
Documentation of managed code in develop branch
|
An extension of PropertyBag that manages a table of property values, in addition to firing events when property values are requested or set. More...
Public Member Functions | |
PropertyTable () | |
Initializes a new instance of the PropertyTable class. | |
![]() | |
PropertyBag () | |
Initializes a new instance of the PropertyBag class. | |
Protected Member Functions | |
override void | OnGetValue (PropertySpecEventArgs e) |
This member overrides PropertyBag.OnGetValue. | |
override void | OnSetValue (PropertySpecEventArgs e) |
This member overrides PropertyBag.OnSetValue. | |
virtual void | OnGetValue (PropertySpecEventArgs e) |
Raises the GetValue event. | |
virtual void | OnSetValue (PropertySpecEventArgs e) |
Raises the SetValue event. | |
Properties | |
object | this[string key] [get, set] |
Gets or sets the value of the property with the specified name. | |
![]() | |
string | DefaultProperty [get, set] |
Gets or sets the name of the default property in the collection. | |
PropertySpecCollection | Properties [get] |
Gets the collection of properties contained within this PropertyBag. | |
Additional Inherited Members | |
![]() | |
PropertySpecEventHandler | GetValue |
Occurs when a PropertyGrid requests the value of a property. | |
PropertySpecEventHandler | SetValue |
Occurs when the user changes the value of a property in a PropertyGrid. | |
An extension of PropertyBag that manages a table of property values, in addition to firing events when property values are requested or set.
|
inlineprotectedvirtual |
This member overrides PropertyBag.OnGetValue.
Reimplemented from PropertyBags.PropertyBag.
|
inlineprotectedvirtual |
This member overrides PropertyBag.OnSetValue.
Reimplemented from PropertyBags.PropertyBag.
|
getset |
Gets or sets the value of the property with the specified name.
In C#, this property is the indexer of the PropertyTable class.