CADability dotNET
Event for notification of view position and direction changes

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public event ModelView..::..ProjectionChangedDelegate ProjectionChangedEvent
Visual Basic
Public Event ProjectionChangedEvent As ModelView..::..ProjectionChangedDelegate
Visual C++
public:
 event ModelView..::..ProjectionChangedDelegate^ ProjectionChangedEvent {
	void add (ModelView..::..ProjectionChangedDelegate^ value);
	void remove (ModelView..::..ProjectionChangedDelegate^ value);
}

See Also