Share via


PmfFormCtrl.runPre Method [AX 2012]

Executes before a call to the run method.

Syntax

public void runPre()

Run On

Called

Remarks

The base implementation of this method calls the same method on all PmfFormCtrl instances that are assigned as sub-controls to the currently selected object. All child classes must call this parent method when they override this method. The form is only required to call this event method when there is actual code that is associated with the event method or any of the sub-controls that are associated with the current object.

See Also

Reference

PmfFormCtrl Class