Show / Hide Table of Contents

Delegate GeoPointProperty.SelectionChangedDelegate

Delegate definition for the SelectionChangedEvent

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void SelectionChangedDelegate(GeoPointProperty sender, bool isSelected);
Parameters
Type Name Description
GeoPointProperty 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