Mobiform Software - Aurora API Documentation

DependencyObjectPropertyClearingEventHandler Delegate

Represents the method that will handle the ObjectPropertyClearing event when a property on an object is about to be cleared.

public delegate bool DependencyObjectPropertyClearingEventHandler(
   Object sender,
   DependencyObject objectChanging,
   DependencyProperty dp,
   ref Boolean& cancel
);

Parameters

sender
the source of the event
objectChanging
the object that is about to change
dp
the property on the object that is changing
cancel
set true to cancel the event

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace