Mobiform Software - Aurora API Documentation

SelectedElementsChangingEventHandler Delegate

Selected objects delegate

public delegate void SelectedElementsChangingEventHandler(
   Object sender,
   List<T> SelectedObjects,
   ref Boolean& bCancel
);

Parameters

sender
The object firing the event
SelectedObjects
The selected objects
bCancel
Cancels the action if set to true

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace