Delegate SelectObjectsAction.FilterDragListDelegate
Delegate definition for the FilterDragListEvent.
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void FilterDragListDelegate(GeoObjectList objectsAboutToBeDragged);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoObjectList | objectsAboutToBeDragged | The objects that are going to be dragged |