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 |