Using the Process Analyst > Process Analyst for Developers > Automation Model > VerticalAxisChanged [Event]

VerticalAxisChanged [Event]

This event is raised whenever the vertical axis position or scale of a pen is changed.

Defined As

Parameters

pen

[in] Refers to the pen that has changed.

processAnalyst

[in] Indicates the Process Analyst object which raised the event. (Cicode only)

See Also

HorizontalAxisChanged [Event]

Calling Syntax

Assumes you have a Process Analyst on a page with an event class defined as myPage_AN35.

[VBA]

Sub myPage_AN35_VerticalAxisChanged (pen As Object)
End Sub

[Cicode]

FUNCTION myPage_AN35_VerticalAxisChanged (OBJECT processAnalyst, OBJECT pen)
END