CameraEvents.OnCameraChange Event

Parent Object: CameraEvents

Description

Event that fires when the camera of a view has been modified but before the view has been updated. You can modify client graphics in response to this event and the modified client graphics will be drawn when the view is updated.

Syntax

CameraEvents.OnCameraChange( View As View, BeforeOrAfter As EventTimingEnum, Context As NameValueMap )

Parameters

Name Type Description
View View The View object that is updating because of its associated camera has changed.
BeforeOrAfter EventTimingEnum This notification is only provided after the camera has changed so the value of this argument will always be kAfter.
Context NameValueMap Input object that can be used to determine the context of why the event fired. No context information is currently provided for this event.

Version

Introduced in version 2011