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

OVColumnAdded [Event]

This event is raised whenever a column is added to the ObjectView.

Defined As

Parameters

item

[in] The name of the column that has been added

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_OVColumnAdded(name As String)
End Sub

[Cicode]

FUNCTION myPage_AN35_OVColumnAdded(OBJECT processAnalyst, STRING name)
END