I have pro licensed version with a FtpConnectionEditor on a windows form. When I change a property, I would like to update a check box before I Connect. I cannot seem to find any events, that work, for this control. I would like to monitor for a changed property and take action accordingly. I can capture the SecureFTPConnection1_Connecting event and everything works OK, but really would like to change the state of a checkbox before I start to connect i.e. after change a property value in the editor.