Show / Hide Table of Contents

Delegate SelectObjectsAction.SelectedObjectListChanged

Method definition for the SelectedObjectListChangedEvent.

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SelectedObjectListChanged(SelectObjectsAction sender, GeoObjectList selectedObjects);
Parameters
Type Name Description
SelectObjectsAction sender

The action that raised the event.

GeoObjectList selectedObjects

The list of the now selected objects

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX