xInfo.formNotify Method

Executes based on a particular type of change to a specific form, allowing custom code to run.

Syntax

public void formNotify(
    FormRun form, 
    FormNotify notification, 
   [FormNotifyEventArgs formNotifyEventArgs])

Run On

Called

Parameters

Remarks

Possible values for the notification parameter are:

  • Activate

  • DeActivate

  • Open

  • Close

  • RecordChange

  • NoteClicked

For an example of the usage of this method, see the formNotify method of the Info class, where this method has been overridden.

See Also

xInfo Class

FormNotify Enumeration

Info.formNotify Method