/// <summary> /// Creates an instance of the <code>EditPageFormManager</code> that can be used to /// enqueue known event handlers for an instance of the <code>EditPageForm</code>. /// </summary> /// <param name="editPageForm">A reference to an <code>EditPageForm</code>.</param> public EditPageFormManager(ref EditPageForm editPageForm) { this.editPageForm = editPageForm; }