Provides event arguments for IProperty
- Inheritance:
-
object
Event
Args RoutedEvent CancelArgs Routed objectEvent Args
Constructors
PropertyModelValueChangeEventArgs(IPropertyModel, object)
Initializes a new instance of the Property
Parameter | Type | Description |
---|---|---|
propertyModel | IProperty |
The IProperty |
value | object | The updated property value. |
Properties
PropertyModel
Gets the IProperty
Property Value
- IProperty
Model : The IProperty
Model for the property whose value is being updated.
Value
Gets the updated property value.
Property Value
- object:
The updated property value.