Show / Hide Table of Contents

Delegate GeoVectorProperty.SelectionChangedDelegate

Delegate definition for the SelectionChangedEvent

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void SelectionChangedDelegate(GeoVectorProperty sender, bool isSelected);
Parameters
Type Name Description
GeoVectorProperty sender

this object

System.Boolean isSelected

true if now selected, false otherwise

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