| Mobiform Software - Aurora API Documentation |
|
DependencyObjectPropertyChangedEventHandler Delegate
Represents the method that will handle the ObjectPropertyChanged event when a property on an object has changed.
Parameters
-
sender
- the source of the event
-
objectChanged
- the object that has changed
-
dp
- the property on the object that has changed
-
oldValue
- the previous value for the property
-
newValue
- the new value for the property
Requirements
Namespace:
Aurora.Interfaces
Assembly: AuroraInterfaces (in AuroraInterfaces.dll)
See Also
Aurora.Interfaces Namespace