Mobiform Software - Aurora API Documentation

DependencyObjectOrderChangingEventHandler Delegate

Represents the method that will handle the ObjectOrderChanging event when the order of the object is about to change.

public delegate bool DependencyObjectOrderChangingEventHandler(
   Object sender,
   DependencyObject objectChanging,
   MoveType moveType,
   Int32 oldIndex,
   Int32 newIndex,
   ref Boolean& cancel
);

Parameters

sender
the source of the event
objectChanging
the object that is about to change
moveType
the intended type of movement for the object
oldIndex
the current index in the z-order
newIndex
the intended new index in the z-order
cancel
set true to cancel the event

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace