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

PenRenamed [Event]

This event is raised whenever a pen is renamed via automation or through the user interface.

Defined As

Parameters

pen

[in] Refers to the pen that was renamed.

processAnalyst

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

Calling Syntax

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

[VBA]

Sub myPage_AN35_PenRenamed(pen As Object)
End Sub

[Cicode]

FUNCTION myPage_AN35_PenRenamed(OBJECT processAnalyst, OBJECT pen)
END