C# Class AnimatGuiCtrls.Controls.PropertySpecEventArgs

Provides data for the GetValue and SetValue events of the PropertyBag class.
Inheritance: System.EventArgs
Show file Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
PropertySpecEventArgs ( PropertySpec property, object val ) : System

Initializes a new instance of the PropertySpecEventArgs class.

Method Details

PropertySpecEventArgs() public method

Initializes a new instance of the PropertySpecEventArgs class.
public PropertySpecEventArgs ( PropertySpec property, object val ) : System
property PropertySpec The PropertySpec that represents the property whose /// value is being requested or set.
val object The current value of the property.
return System