Mobiform Software - Aurora API Documentation

SelectionServiceChangedEventHandler Delegate

Triggered when the selected object(s) are changed.

public delegate void SelectionServiceChangedEventHandler(
   List<T> objectsChanged,
   ChangeType changeType
);

Parameters

objectsChanged
a list of changed objects
changeType
how the objects were changed; see ChangeType enumeration

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace