Mobiform Software - Aurora API Documentation

DependencyObjectOrderChangedEventHandler Delegate

Represents the method that will handle the ObjectOrderChanged event when the order of the object has changed.

public delegate void DependencyObjectOrderChangedEventHandler(
   Object sender,
   DependencyObject objectChanged,
   MoveType moveType,
   Int32 oldIndex,
   Int32 newIndex
);

Parameters

sender
the source of the event
objectChanged
the object that has changed
moveType
the type of movement for the object
oldIndex
the previous index in the z-order
newIndex
the new index in the z-order

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace