Click or drag to resize

PropertyValueChangedEventArgs Class

Event arguments for the PropertyGrid when a value changes.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsPropertyValueChangedEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class PropertyValueChangedEventArgs : EventArgs

The PropertyValueChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPropertyValueChangedEventArgs
Initializes a new instance of the PropertyValueChangedEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Item that the property was set on
Public propertyOldValue
Gets the old value of the property
Public propertyPropertyName
Name of the property that was changed
Top
See Also