Share

ApplicationEvents.OnMoveView Event

Parent Object: ApplicationEvents

Description

Fires after view window is moved.

Syntax

ApplicationEvents.OnMoveView( ViewObject As View, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
ViewObject View The view that has been moved.
BeforeOrAfter EventTimingEnum Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the view is moved. This notification is currently only provided after the view has been moved.
Context NameValueMap Input NameValueMap object that can be used to determine the context of why the event fired.
HandlingCode HandlingCodeEnum Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event.

Version

Introduced in version 2017

Was this information helpful?