static void PoppedUp_cb(IntPtr inst) { try { ComboBox __obj = GLib.Object.GetObject(inst, false) as ComboBox; __obj.OnPoppedUp(); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }