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

Provides data for the GetValue and SetValue events of the PropertyBag class. More...

Inheritance diagram for PropertyBags.PropertySpecEventArgs:

Public Member Functions

 PropertySpecEventArgs (PropertySpec property, object val)
 Initializes a new instance of the PropertySpecEventArgs class.
 

Properties

PropertySpec Property [get]
 Gets the PropertySpec that represents the property whose value is being requested or set.
 
object Value [get, set]
 Gets or sets the current value of the property.
 

Detailed Description

Provides data for the GetValue and SetValue events of the PropertyBag class.

Constructor & Destructor Documentation

◆ PropertySpecEventArgs()

PropertyBags.PropertySpecEventArgs.PropertySpecEventArgs ( PropertySpec  property,
object  val 
)
inline

Initializes a new instance of the PropertySpecEventArgs class.

Parameters
propertyThe PropertySpec that represents the property whose value is being requested or set.
valThe current value of the property.

The documentation for this class was generated from the following file: