| Mobiform Software - Aurora API Documentation |
|
SelectedObjectsChangingEventHandler Delegate
Selected objects delegate
public delegate void SelectedObjectsChangingEventHandler(
Object sender,
List<T> SelectedObjects,
ref
Boolean& bCancel);
Parameters
-
sender
- Property panel 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