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
)
Public Sub New (
propertyName As String,
oldValue As Object,
item As Object
)
new :
propertyName : string *
oldValue : Object *
item : Object -> PropertyValueChangedEventArgs
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