Click or drag to resize

PropertyValueChangedEventArgs Constructor

Initializes a new instance of the PropertyValueChangedEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PropertyValueChangedEventArgs(
	string propertyName,
	Object oldValue,
	Object item
)

Parameters

propertyName
Type: SystemString
Name of the property that was changed
oldValue
Type: SystemObject
Old value before the change
item
Type: SystemObject
Item that the property was set on.
See Also