Nevermind, apparently they can.
/// <summary>
/// When implemented, this should call SaveConfig() on the owner plop.
/// </summary>
void SaveConfig();
/// <summary>
/// When implemented, triggered when the config has been saved.
/// </summary>
event EventHandler ConfigSaved;
bool CloseOnSave {
get;
}
Jon