Mobiform Software - Aurora API Documentation

DependencyObjectPropertyClearedEventHandler Delegate

Represents the method that will handle the ObjectPropertyChanged event when a property on an object has been cleared.

public delegate void DependencyObjectPropertyClearedEventHandler(
   Object sender,
   DependencyObject objectChanged,
   DependencyProperty dp,
   Object oldValue
);

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

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace