Mobiform Software - Aurora API Documentation

DependencyObjectPropertyChangingEventHandler Delegate

Represents the method that will handle the ObjectPropertyChanging event when a property on an object is about to change.

public delegate bool DependencyObjectPropertyChangingEventHandler(
   Object sender,
   DependencyObject objectChanging,
   DependencyProperty dp,
   Object newValue,
   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
newValue
the new value for the property
cancel
set true to cancel the event

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace