RunBase.cleanupDialog Method [AX 2012]

Provides a way to clean up after a dialog box has been canceled.

Syntax

protected void cleanupDialog()

Run On

Called

Examples

protected void cleanupDialog()  
{ 
    myDialogClass = null;  
}

See Also

Reference

RunBase Class