Mobiform Software - Aurora API Documentation

DependencyObjectsEventHandler Delegate

Represents the method that will handle the ObjectAdded, ObjectRemoving, ObjectRemoved, ObjectMoved, ObjectResized, ObjectRotated, ObjectGrouped or ObjectUngrouped event for one or more objects (typically UIElement based objects).

public delegate void DependencyObjectsEventHandler(
   Object sender,
   List<T> dependencyObjects
);

Parameters

sender
the source of the event
dependencyObjects
a list of elements

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace