Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
PropertyBags Namespace Reference

Classes

class  PropertyBag
 Represents a collection of custom properties that can be selected into a PropertyGrid to provide functionality beyond that of the simple reflection normally used to query an object's properties. More...
 
class  PropertySpec
 Represents a single property in a PropertySpec. More...
 
class  PropertySpecEventArgs
 Provides data for the GetValue and SetValue events of the PropertyBag class. More...
 
class  PropertyTable
 An extension of PropertyBag that manages a table of property values, in addition to firing events when property values are requested or set. More...
 

Functions

delegate void PropertySpecEventHandler (object sender, PropertySpecEventArgs e)
 Represents the method that will handle the GetValue and SetValue events of the PropertyBag class.