Show / Hide Table of Contents

Delegate Projection.ProjectionChangedDelegate

Delegate definition for the ProjectionChangedEvent

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void ProjectionChangedDelegate(Projection sender, EventArgs args);
Parameters
Type Name Description
Projection sender

Object issuing the event

System.EventArgs args

Empy event arguments

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