Add OnClose event for TaskDialog

Please add a published event OnClose to capture closing the TaskDialog, started by:
WorkflowStudio1.UserInterface.ShowUserTasksDlg(SelectedUser.UserID);
This would allow doing some after processing (like resetting some global variables).