Click or drag to resize
AB4D logo

BaseCamera Events

The BaseCamera type exposes the following members.

Events
 NameDescription
Public eventCameraChanged Notify that the current camera has changed
Public eventIsRotatingChanged IsRotatingChanged event is fired when the IsRotating is changed.
Public eventIsValidChanged Notify that camera has become valid (for example after the size of the TargetViewport3D is set) or invalid. To get the new state of the camera, call the IsValid(Boolean) method.
Public eventPreviewCameraChanged Notify that the current camera is about to change - user can set Handled property to true to prevent the change.
Top
See Also